Html Css Color HEX #EAB70C Golden Poppy

📋 copy color: '#EAB70C'

red 234 ◦ green 183 ◦ blue 12

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

Shades of Golden Poppy #EAB70C

Tints of Golden Poppy #EAB70C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.66%

 BLUE value IS 12 (5.08% from 255) = 2.8%

R = 54.55%
G = 42.66%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAB70C (or 0xEAB70C) is known color: Golden Poppy. HEX triplet: EA, B7 and 0C. RGB value is (234,183,12). Sum of RGB (Red+Green+Blue) = 234+183+12=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB70C is #1548F3. Grayscale: #B3B3B3. Windows color (decimal): -1394932 or 833514. OLE color: 833514.

HSL color Cylindrical-coordinate representation of color #EAB70C: hue angle of 46.22º degrees, saturation: 0.9, 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 #EAB70C is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 183 12 -
CMYK 0 0.22 0.95 0.08
HSL 46.22º 0.9% 0.48% -
HSV(B) 46.22º 0.95% 0.92% -
XYZ 50.93 51.39 7.58 -
YUV 178.76 33.9 167.4 -
System Red Green Blue C M Y K H S L
Decimal 234 183 12 0 0.22 0.95 0.08 46.22 0.9 0.48
Hex EA B7 C 0 16 5F 8 2E 5A 30
Octal 352 267 14 0 26 137 10 56 132 60
Binary 11101010 10110111 1100 0 10110 1011111 1000 101110 1011010 110000

Color Harmonies of #EAB70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB70C

Black with #EAB70C

Text Example


Text Example

White with #EAB70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB70C; }

 p { color: rgb(234,183,12); }

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

background-color css

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

 a { background-color: rgb(234,183,12); }

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

border-color css

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

 span { border-color: rgb(234,183,12); }

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