Html Css Color HEX #EEC508 Golden Poppy

📋 copy color: '#EEC508'

red 238 ◦ green 197 ◦ blue 8

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

Shades of Golden Poppy #EEC508

Tints of Golden Poppy #EEC508

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.47%

 BLUE value IS 8 (3.52% from 255) = 1.81%

R = 53.72%
G = 44.47%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EEC508 (or 0xEEC508) is known color: Golden Poppy. HEX triplet: EE, C5 and 08. RGB value is (238,197,8). Sum of RGB (Red+Green+Blue) = 238+197+8=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 8 (3.52% from 255 or 1.81% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC508 is #113AF7. Grayscale: #BCBCBC. Windows color (decimal): -1129208 or 574958. OLE color: 574958.

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

Color convert

RGB 238 197 8 -
CMYK 0 0.17 0.97 0.07
HSL 49.3º 0.93% 0.48% -
HSV(B) 49.3º 0.97% 0.93% -
XYZ 55.27 58.13 8.54 -
YUV 187.71 26.58 163.87 -
System Red Green Blue C M Y K H S L
Decimal 238 197 8 0 0.17 0.97 0.07 49.3 0.93 0.48
Hex EE C5 8 0 11 61 7 31 5D 30
Octal 356 305 10 0 21 141 7 61 135 60
Binary 11101110 11000101 1000 0 10001 1100001 111 110001 1011101 110000

Color Harmonies of #EEC508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC508

Black with #EEC508

Text Example


Text Example

White with #EEC508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC508; }

 p { color: rgb(238,197,8); }

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

background-color css

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

 a { background-color: rgb(238,197,8); }

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

border-color css

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

 span { border-color: rgb(238,197,8); }

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