Html Css Color HEX #EEC20B Golden Poppy

📋 copy color: '#EEC20B'

red 238 ◦ green 194 ◦ blue 11

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

Shades of Golden Poppy #EEC20B

Tints of Golden Poppy #EEC20B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.79%

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

R = 53.72%
G = 43.79%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EEC20B (or 0xEEC20B) is known color: Golden Poppy. HEX triplet: EE, C2 and 0B. RGB value is (238,194,11). Sum of RGB (Red+Green+Blue) = 238+194+11=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 11 (4.69% from 255 or 2.48% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC20B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC20B is #113DF4. Grayscale: #BBBBBB. Windows color (decimal): -1129973 or 770798. OLE color: 770798.

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

Color convert

RGB 238 194 11 -
CMYK 0 0.18 0.95 0.07
HSL 48.37º 0.91% 0.49% -
HSV(B) 48.37º 0.95% 0.93% -
XYZ 54.61 56.78 8.4 -
YUV 186.29 29.08 164.88 -
System Red Green Blue C M Y K H S L
Decimal 238 194 11 0 0.18 0.95 0.07 48.37 0.91 0.49
Hex EE C2 B 0 12 5F 7 30 5B 31
Octal 356 302 13 0 22 137 7 60 133 61
Binary 11101110 11000010 1011 0 10010 1011111 111 110000 1011011 110001

Color Harmonies of #EEC20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC20B

Black with #EEC20B

Text Example


Text Example

White with #EEC20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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