Html Css Color HEX #EEC100 Golden Poppy

📋 copy color: '#EEC100'

red 238 ◦ green 193 ◦ blue 0

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

Shades of Golden Poppy #EEC100

Tints of Golden Poppy #EEC100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.22%
G = 44.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EEC100 (or 0xEEC100) is known color: Golden Poppy. HEX triplet: EE, C1 and 00. RGB value is (238,193,0). Sum of RGB (Red+Green+Blue) = 238+193+0=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC100 is #113EFF. Grayscale: #B9B9B9. Windows color (decimal): -1130240 or 49646. OLE color: 49646.

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

Color convert

RGB 238 193 0 -
CMYK 0 0.19 1 0.07
HSL 48.66º 1% 0.47% -
HSV(B) 48.66º 1% 0.93% -
XYZ 54.33 56.32 8.01 -
YUV 184.45 23.91 166.19 -
System Red Green Blue C M Y K H S L
Decimal 238 193 0 0 0.19 1 0.07 48.66 1 0.47
Hex EE C1 0 0 13 64 7 31 64 2F
Octal 356 301 0 0 23 144 7 61 144 57
Binary 11101110 11000001 0 0 10011 1100100 111 110001 1100100 101111

Color Harmonies of #EEC100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC100

Black with #EEC100

Text Example


Text Example

White with #EEC100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC100; }

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

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

background-color css

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

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

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

border-color css

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

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

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