Html Css Color HEX #EEBA03 Golden Poppy

📋 copy color: '#EEBA03'

red 238 ◦ green 186 ◦ blue 3

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

Shades of Golden Poppy #EEBA03

Tints of Golden Poppy #EEBA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.7%

R = 55.74%
G = 43.56%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EEBA03 (or 0xEEBA03) is known color: Golden Poppy. HEX triplet: EE, BA and 03. RGB value is (238,186,3). Sum of RGB (Red+Green+Blue) = 238+186+3=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 3 (1.56% from 255 or 0.70% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBA03 is #1145FC. Grayscale: #B5B5B5. Windows color (decimal): -1132029 or 244462. OLE color: 244462.

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

Color convert

RGB 238 186 3 -
CMYK 0 0.22 0.99 0.07
HSL 46.72º 0.98% 0.47% -
HSV(B) 46.72º 0.99% 0.93% -
XYZ 52.84 53.3 7.59 -
YUV 180.69 27.73 168.88 -
System Red Green Blue C M Y K H S L
Decimal 238 186 3 0 0.22 0.99 0.07 46.72 0.98 0.47
Hex EE BA 3 0 16 63 7 2F 62 2F
Octal 356 272 3 0 26 143 7 57 142 57
Binary 11101110 10111010 11 0 10110 1100011 111 101111 1100010 101111

Color Harmonies of #EEBA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBA03

Black with #EEBA03

Text Example


Text Example

White with #EEBA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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