Html Css Color HEX #EEB802 Golden Poppy

📋 copy color: '#EEB802'

red 238 ◦ green 184 ◦ blue 2

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

Shades of Golden Poppy #EEB802

Tints of Golden Poppy #EEB802

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.4%

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 56.13%
G = 43.4%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EEB802 (or 0xEEB802) is known color: Golden Poppy. HEX triplet: EE, B8 and 02. RGB value is (238,184,2). Sum of RGB (Red+Green+Blue) = 238+184+2=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 2 (1.17% from 255 or 0.47% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB802 is #1147FD. Grayscale: #B4B4B4. Windows color (decimal): -1132542 or 178414. OLE color: 178414.

HSL color Cylindrical-coordinate representation of color #EEB802: hue angle of 46.27º 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 #EEB802 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 184 2 -
CMYK 0 0.23 0.99 0.07
HSL 46.27º 0.98% 0.47% -
HSV(B) 46.27º 0.99% 0.93% -
XYZ 52.41 52.46 7.42 -
YUV 179.4 27.89 169.8 -
System Red Green Blue C M Y K H S L
Decimal 238 184 2 0 0.23 0.99 0.07 46.27 0.98 0.47
Hex EE B8 2 0 17 63 7 2E 62 2F
Octal 356 270 2 0 27 143 7 56 142 57
Binary 11101110 10111000 10 0 10111 1100011 111 101110 1100010 101111

Color Harmonies of #EEB802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB802

Black with #EEB802

Text Example


Text Example

White with #EEB802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB802; }

 p { color: rgb(238,184,2); }

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

background-color css

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

 a { background-color: rgb(238,184,2); }

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

border-color css

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

 span { border-color: rgb(238,184,2); }

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