Html Css Color HEX #EACC56 Portica

📋 copy color: '#EACC56'

red 234 ◦ green 204 ◦ blue 86

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

Shades of Portica #EACC56

Tints of Portica #EACC56

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.93%

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

R = 44.66%
G = 38.93%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EACC56 (or 0xEACC56) is known color: Portica. HEX triplet: EA, CC and 56. RGB value is (234,204,86). Sum of RGB (Red+Green+Blue) = 234+204+86=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 86 (33.98% from 255 or 16.41% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC56 is #1533A9. Grayscale: #C8C8C8. Windows color (decimal): -1389482 or 5688554. OLE color: 5688554.

HSL color Cylindrical-coordinate representation of color #EACC56: hue angle of 47.84º 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 #EACC56 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 204 86 -
CMYK 0 0.13 0.63 0.08
HSL 47.84º 0.78% 0.63% -
HSV(B) 47.84º 0.63% 0.92% -
XYZ 57.2 61.35 17.63 -
YUV 199.52 63.94 152.59 -
System Red Green Blue C M Y K H S L
Decimal 234 204 86 0 0.13 0.63 0.08 47.84 0.78 0.63
Hex EA CC 56 0 D 3F 8 30 4E 3F
Octal 352 314 126 0 15 77 10 60 116 77
Binary 11101010 11001100 1010110 0 1101 111111 1000 110000 1001110 111111

Color Harmonies of #EACC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACC56

Black with #EACC56

Text Example


Text Example

White with #EACC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACC56; }

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

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

background-color css

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

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

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

border-color css

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

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

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