Html Css Color HEX #EACA05 Golden Poppy

📋 copy color: '#EACA05'

red 234 ◦ green 202 ◦ blue 5

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

Shades of Golden Poppy #EACA05

Tints of Golden Poppy #EACA05

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.8%

 BLUE value IS 5 (2.34% from 255) = 1.13%

R = 53.06%
G = 45.8%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EACA05 (or 0xEACA05) is known color: Golden Poppy. HEX triplet: EA, CA and 05. RGB value is (234,202,5). Sum of RGB (Red+Green+Blue) = 234+202+5=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 5 (2.34% from 255 or 1.13% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACA05 is #1535FA. Grayscale: #BDBDBD. Windows color (decimal): -1390075 or 379626. OLE color: 379626.

HSL color Cylindrical-coordinate representation of color #EACA05: hue angle of 51.62º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EACA05 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 202 5 -
CMYK 0 0.14 0.98 0.08
HSL 51.62º 0.96% 0.47% -
HSV(B) 51.62º 0.98% 0.92% -
XYZ 55.08 59.74 8.77 -
YUV 189.11 24.1 160.02 -
System Red Green Blue C M Y K H S L
Decimal 234 202 5 0 0.14 0.98 0.08 51.62 0.96 0.47
Hex EA CA 5 0 E 62 8 34 60 2F
Octal 352 312 5 0 16 142 10 64 140 57
Binary 11101010 11001010 101 0 1110 1100010 1000 110100 1100000 101111

Color Harmonies of #EACA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACA05

Black with #EACA05

Text Example


Text Example

White with #EACA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACA05; }

 p { color: rgb(234,202,5); }

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

background-color css

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

 a { background-color: rgb(234,202,5); }

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

border-color css

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

 span { border-color: rgb(234,202,5); }

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