Html Css Color HEX #EABB07 Golden Poppy

📋 copy color: '#EABB07'

red 234 ◦ green 187 ◦ blue 7

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

Shades of Golden Poppy #EABB07

Tints of Golden Poppy #EABB07

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.69%

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

R = 54.67%
G = 43.69%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EABB07 (or 0xEABB07) is known color: Golden Poppy. HEX triplet: EA, BB and 07. RGB value is (234,187,7). Sum of RGB (Red+Green+Blue) = 234+187+7=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 187 (73.44% from 255 or 43.69% from 428); Blue value is 7 (3.12% from 255 or 1.64% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABB07 is #1544F8. Grayscale: #B5B5B5. Windows color (decimal): -1393913 or 506858. OLE color: 506858.

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

Color convert

RGB 234 187 7 -
CMYK 0 0.20 0.97 0.08
HSL 47.58º 0.94% 0.47% -
HSV(B) 47.58º 0.97% 0.92% -
XYZ 51.74 53.05 7.71 -
YUV 180.53 30.07 166.14 -
System Red Green Blue C M Y K H S L
Decimal 234 187 7 0 0.20 0.97 0.08 47.58 0.94 0.47
Hex EA BB 7 0 14 61 8 30 5E 2F
Octal 352 273 7 0 24 141 10 60 136 57
Binary 11101010 10111011 111 0 10100 1100001 1000 110000 1011110 101111

Color Harmonies of #EABB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABB07

Black with #EABB07

Text Example


Text Example

White with #EABB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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