Html Css Color HEX #EACE56 Portica

📋 copy color: '#EACE56'

red 234 ◦ green 206 ◦ blue 86

#EACE56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portica #EACE56

Tints of Portica #EACE56

RGB

 RED value IS 234 (91.8% from 255) = 44.49%

 GREEN value IS 206 (80.86% from 255) = 39.16%

 BLUE value IS 86 (33.98% from 255) = 16.35%

R = 44.49%
G = 39.16%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EACE56 (or 0xEACE56) is known color: Portica. HEX triplet: EA, CE and 56. RGB value is (234,206,86). Sum of RGB (Red+Green+Blue) = 234+206+86=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 86 (33.98% from 255 or 16.35% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACE56 is #1531A9. Grayscale: #C9C9C9. Windows color (decimal): -1388970 or 5689066. OLE color: 5689066.

HSL color Cylindrical-coordinate representation of color #EACE56: hue angle of 48.65º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EACE56 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 206 86 -
CMYK 0 0.12 0.63 0.08
HSL 48.65º 0.78% 0.63% -
HSV(B) 48.65º 0.63% 0.92% -
XYZ 57.68 62.31 17.79 -
YUV 200.69 63.28 151.76 -
System Red Green Blue C M Y K H S L
Decimal 234 206 86 0 0.12 0.63 0.08 48.65 0.78 0.63
Hex EA CE 56 0 C 3F 8 31 4E 3F
Octal 352 316 126 0 14 77 10 61 116 77
Binary 11101010 11001110 1010110 0 1100 111111 1000 110001 1001110 111111

Color Harmonies of #EACE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACE56

Black with #EACE56

Text Example


Text Example

White with #EACE56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACE56; }

 p { color: rgb(234,206,86); }

 H1.HeaderClassName
 {
   color: #EACE56;
 }
 .AnyTagClassName
 {
   color: #EACE56;
 }
</style>

background-color css

<style>
 a { background-color: #EACE56; }

 a { background-color: rgb(234,206,86); }

 div.DivClassName
 {
   background-color: #EACE56;
 }
 .BgClassName
 {
   background-color: #EACE56;
 }
</style>

border-color css

<style>
 span { border-color: #EACE56; }

 span { border-color: rgb(234,206,86); }

 td.TdClassName
 {
   border-color: #EACE56;
 }
 .TagClassName
 {
   border-color: #EACE56;
 }
</style>