Html Css Color HEX #EAC60B Golden Poppy

📋 copy color: '#EAC60B'

red 234 ◦ green 198 ◦ blue 11

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

Shades of Golden Poppy #EAC60B

Tints of Golden Poppy #EAC60B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.7%

 BLUE value IS 11 (4.69% from 255) = 2.48%

R = 52.82%
G = 44.7%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAC60B (or 0xEAC60B) is known color: Golden Poppy. HEX triplet: EA, C6 and 0B. RGB value is (234,198,11). Sum of RGB (Red+Green+Blue) = 234+198+11=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 11 (4.69% from 255 or 2.48% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC60B is #1539F4. Grayscale: #BCBCBC. Windows color (decimal): -1391093 or 771818. OLE color: 771818.

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

Color convert

RGB 234 198 11 -
CMYK 0 0.15 0.95 0.08
HSL 50.31º 0.91% 0.48% -
HSV(B) 50.31º 0.95% 0.92% -
XYZ 54.19 57.9 8.64 -
YUV 187.45 28.43 161.21 -
System Red Green Blue C M Y K H S L
Decimal 234 198 11 0 0.15 0.95 0.08 50.31 0.91 0.48
Hex EA C6 B 0 F 5F 8 32 5B 30
Octal 352 306 13 0 17 137 10 62 133 60
Binary 11101010 11000110 1011 0 1111 1011111 1000 110010 1011011 110000

Color Harmonies of #EAC60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC60B

Black with #EAC60B

Text Example


Text Example

White with #EAC60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC60B; }

 p { color: rgb(234,198,11); }

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

background-color css

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

 a { background-color: rgb(234,198,11); }

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

border-color css

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

 span { border-color: rgb(234,198,11); }

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