Html Css Color HEX #EAB607 Golden Poppy

📋 copy color: '#EAB607'

red 234 ◦ green 182 ◦ blue 7

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

Shades of Golden Poppy #EAB607

Tints of Golden Poppy #EAB607

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.03%

 BLUE value IS 7 (3.13% from 255) = 1.65%

R = 55.32%
G = 43.03%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAB607 (or 0xEAB607) is known color: Golden Poppy. HEX triplet: EA, B6 and 07. RGB value is (234,182,7). Sum of RGB (Red+Green+Blue) = 234+182+7=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 7 (3.12% from 255 or 1.65% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB607 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB607 is #1549F8. Grayscale: #B2B2B2. Windows color (decimal): -1395193 or 505578. OLE color: 505578.

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

Color convert

RGB 234 182 7 -
CMYK 0 0.22 0.97 0.08
HSL 46.26º 0.94% 0.47% -
HSV(B) 46.26º 0.97% 0.92% -
XYZ 50.7 50.96 7.37 -
YUV 177.6 31.73 168.23 -
System Red Green Blue C M Y K H S L
Decimal 234 182 7 0 0.22 0.97 0.08 46.26 0.94 0.47
Hex EA B6 7 0 16 61 8 2E 5E 2F
Octal 352 266 7 0 26 141 10 56 136 57
Binary 11101010 10110110 111 0 10110 1100001 1000 101110 1011110 101111

Color Harmonies of #EAB607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB607

Black with #EAB607

Text Example


Text Example

White with #EAB607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB607; }

 p { color: rgb(234,182,7); }

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

background-color css

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

 a { background-color: rgb(234,182,7); }

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

border-color css

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

 span { border-color: rgb(234,182,7); }

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