Html Css Color HEX #EACA06 Golden Poppy

📋 copy color: '#EACA06'

red 234 ◦ green 202 ◦ blue 6

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

Shades of Golden Poppy #EACA06

Tints of Golden Poppy #EACA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.36%

R = 52.94%
G = 45.7%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EACA06 (or 0xEACA06) is known color: Golden Poppy. HEX triplet: EA, CA and 06. RGB value is (234,202,6). Sum of RGB (Red+Green+Blue) = 234+202+6=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 6 (2.73% from 255 or 1.36% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACA06 is #1535F9. Grayscale: #BEBEBE. Windows color (decimal): -1390074 or 445162. OLE color: 445162.

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

Color convert

RGB 234 202 6 -
CMYK 0 0.14 0.97 0.08
HSL 51.58º 0.95% 0.47% -
HSV(B) 51.58º 0.97% 0.92% -
XYZ 55.09 59.75 8.8 -
YUV 189.22 24.6 159.94 -
System Red Green Blue C M Y K H S L
Decimal 234 202 6 0 0.14 0.97 0.08 51.58 0.95 0.47
Hex EA CA 6 0 E 61 8 34 5F 2F
Octal 352 312 6 0 16 141 10 64 137 57
Binary 11101010 11001010 110 0 1110 1100001 1000 110100 1011111 101111

Color Harmonies of #EACA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACA06

Black with #EACA06

Text Example


Text Example

White with #EACA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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