Html Css Color HEX #EEBA05 Golden Poppy

📋 copy color: '#EEBA05'

red 238 ◦ green 186 ◦ blue 5

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

Shades of Golden Poppy #EEBA05

Tints of Golden Poppy #EEBA05

RGB

 RED value IS 238 (93.36% from 255) = 55.48%

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

 BLUE value IS 5 (2.34% from 255) = 1.17%

R = 55.48%
G = 43.36%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EEBA05 (or 0xEEBA05) is known color: Golden Poppy. HEX triplet: EE, BA and 05. RGB value is (238,186,5). Sum of RGB (Red+Green+Blue) = 238+186+5=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 5 (2.34% from 255 or 1.17% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBA05 is #1145FA. Grayscale: #B5B5B5. Windows color (decimal): -1132027 or 375534. OLE color: 375534.

HSL color Cylindrical-coordinate representation of color #EEBA05: hue angle of 46.61º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EEBA05 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 186 5 -
CMYK 0 0.22 0.98 0.07
HSL 46.61º 0.96% 0.48% -
HSV(B) 46.61º 0.98% 0.93% -
XYZ 52.85 53.31 7.65 -
YUV 180.91 28.73 168.72 -
System Red Green Blue C M Y K H S L
Decimal 238 186 5 0 0.22 0.98 0.07 46.61 0.96 0.48
Hex EE BA 5 0 16 62 7 2F 60 30
Octal 356 272 5 0 26 142 7 57 140 60
Binary 11101110 10111010 101 0 10110 1100010 111 101111 1100000 110000

Color Harmonies of #EEBA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBA05

Black with #EEBA05

Text Example


Text Example

White with #EEBA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBA05; }

 p { color: rgb(238,186,5); }

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

background-color css

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

 a { background-color: rgb(238,186,5); }

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

border-color css

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

 span { border-color: rgb(238,186,5); }

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