Html Css Color HEX #EABA08 Golden Poppy

📋 copy color: '#EABA08'

red 234 ◦ green 186 ◦ blue 8

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

Shades of Golden Poppy #EABA08

Tints of Golden Poppy #EABA08

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.46%

 BLUE value IS 8 (3.52% from 255) = 1.87%

R = 54.67%
G = 43.46%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EABA08 (or 0xEABA08) is known color: Golden Poppy. HEX triplet: EA, BA and 08. RGB value is (234,186,8). Sum of RGB (Red+Green+Blue) = 234+186+8=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 8 (3.52% from 255 or 1.87% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABA08 is #1545F7. Grayscale: #B4B4B4. Windows color (decimal): -1394168 or 572138. OLE color: 572138.

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

Color convert

RGB 234 186 8 -
CMYK 0 0.21 0.97 0.08
HSL 47.26º 0.93% 0.47% -
HSV(B) 47.26º 0.97% 0.92% -
XYZ 51.53 52.63 7.67 -
YUV 180.06 30.9 166.47 -
System Red Green Blue C M Y K H S L
Decimal 234 186 8 0 0.21 0.97 0.08 47.26 0.93 0.47
Hex EA BA 8 0 15 61 8 2F 5D 2F
Octal 352 272 10 0 25 141 10 57 135 57
Binary 11101010 10111010 1000 0 10101 1100001 1000 101111 1011101 101111

Color Harmonies of #EABA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABA08

Black with #EABA08

Text Example


Text Example

White with #EABA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABA08; }

 p { color: rgb(234,186,8); }

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

background-color css

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

 a { background-color: rgb(234,186,8); }

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

border-color css

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

 span { border-color: rgb(234,186,8); }

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