Html Css Color HEX #EEC105 Golden Poppy

📋 copy color: '#EEC105'

red 238 ◦ green 193 ◦ blue 5

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

Shades of Golden Poppy #EEC105

Tints of Golden Poppy #EEC105

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.27%

 BLUE value IS 5 (2.34% from 255) = 1.15%

R = 54.59%
G = 44.27%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EEC105 (or 0xEEC105) is known color: Golden Poppy. HEX triplet: EE, C1 and 05. RGB value is (238,193,5). Sum of RGB (Red+Green+Blue) = 238+193+5=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 5 (2.34% from 255 or 1.15% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC105 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC105 is #113EFA. Grayscale: #B9B9B9. Windows color (decimal): -1130235 or 377326. OLE color: 377326.

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

Color convert

RGB 238 193 5 -
CMYK 0 0.19 0.98 0.07
HSL 48.41º 0.96% 0.48% -
HSV(B) 48.41º 0.98% 0.93% -
XYZ 54.36 56.33 8.15 -
YUV 185.02 26.41 165.79 -
System Red Green Blue C M Y K H S L
Decimal 238 193 5 0 0.19 0.98 0.07 48.41 0.96 0.48
Hex EE C1 5 0 13 62 7 30 60 30
Octal 356 301 5 0 23 142 7 60 140 60
Binary 11101110 11000001 101 0 10011 1100010 111 110000 1100000 110000

Color Harmonies of #EEC105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC105

Black with #EEC105

Text Example


Text Example

White with #EEC105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC105; }

 p { color: rgb(238,193,5); }

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

background-color css

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

 a { background-color: rgb(238,193,5); }

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

border-color css

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

 span { border-color: rgb(238,193,5); }

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