Html Css Color HEX #EAC206 Golden Poppy

📋 copy color: '#EAC206'

red 234 ◦ green 194 ◦ blue 6

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

Shades of Golden Poppy #EAC206

Tints of Golden Poppy #EAC206

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.7%

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

R = 53.92%
G = 44.7%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAC206 (or 0xEAC206) is known color: Golden Poppy. HEX triplet: EA, C2 and 06. RGB value is (234,194,6). Sum of RGB (Red+Green+Blue) = 234+194+6=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 6 (2.73% from 255 or 1.38% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC206 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC206 is #153DF9. Grayscale: #B9B9B9. Windows color (decimal): -1392122 or 443114. OLE color: 443114.

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

Color convert

RGB 234 194 6 -
CMYK 0 0.17 0.97 0.08
HSL 49.47º 0.95% 0.47% -
HSV(B) 49.47º 0.97% 0.92% -
XYZ 53.26 56.09 8.19 -
YUV 184.53 27.25 163.29 -
System Red Green Blue C M Y K H S L
Decimal 234 194 6 0 0.17 0.97 0.08 49.47 0.95 0.47
Hex EA C2 6 0 11 61 8 31 5F 2F
Octal 352 302 6 0 21 141 10 61 137 57
Binary 11101010 11000010 110 0 10001 1100001 1000 110001 1011111 101111

Color Harmonies of #EAC206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC206

Black with #EAC206

Text Example


Text Example

White with #EAC206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC206; }

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

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

background-color css

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

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

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

border-color css

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

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

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