Html Css Color HEX #EEB80B Golden Poppy

📋 copy color: '#EEB80B'

red 238 ◦ green 184 ◦ blue 11

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

Shades of Golden Poppy #EEB80B

Tints of Golden Poppy #EEB80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.54%

R = 54.97%
G = 42.49%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EEB80B (or 0xEEB80B) is known color: Golden Poppy. HEX triplet: EE, B8 and 0B. RGB value is (238,184,11). Sum of RGB (Red+Green+Blue) = 238+184+11=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 11 (4.69% from 255 or 2.54% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB80B is #1147F4. Grayscale: #B5B5B5. Windows color (decimal): -1132533 or 768238. OLE color: 768238.

HSL color Cylindrical-coordinate representation of color #EEB80B: hue angle of 45.73º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEB80B is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 184 11 -
CMYK 0 0.23 0.95 0.07
HSL 45.73º 0.91% 0.49% -
HSV(B) 45.73º 0.95% 0.93% -
XYZ 52.46 52.48 7.68 -
YUV 180.42 32.39 169.07 -
System Red Green Blue C M Y K H S L
Decimal 238 184 11 0 0.23 0.95 0.07 45.73 0.91 0.49
Hex EE B8 B 0 17 5F 7 2E 5B 31
Octal 356 270 13 0 27 137 7 56 133 61
Binary 11101110 10111000 1011 0 10111 1011111 111 101110 1011011 110001

Color Harmonies of #EEB80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB80B

Black with #EEB80B

Text Example


Text Example

White with #EEB80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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