Html Css Color HEX #EEC101 Golden Poppy

📋 copy color: '#EEC101'

red 238 ◦ green 193 ◦ blue 1

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

Shades of Golden Poppy #EEC101

Tints of Golden Poppy #EEC101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 55.09%
G = 44.68%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EEC101 (or 0xEEC101) is known color: Golden Poppy. HEX triplet: EE, C1 and 01. RGB value is (238,193,1). Sum of RGB (Red+Green+Blue) = 238+193+1=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 1 (0.78% from 255 or 0.23% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC101 is #113EFE. Grayscale: #B9B9B9. Windows color (decimal): -1130239 or 115182. OLE color: 115182.

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

Color convert

RGB 238 193 1 -
CMYK 0 0.19 1.00 0.07
HSL 48.61º 0.99% 0.47% -
HSV(B) 48.61º 1% 0.93% -
XYZ 54.34 56.32 8.04 -
YUV 184.57 24.41 166.11 -
System Red Green Blue C M Y K H S L
Decimal 238 193 1 0 0.19 1.00 0.07 48.61 0.99 0.47
Hex EE C1 1 0 13 64 7 31 63 2F
Octal 356 301 1 0 23 144 7 61 143 57
Binary 11101110 11000001 1 0 10011 1100100 111 110001 1100011 101111

Color Harmonies of #EEC101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC101

Black with #EEC101

Text Example


Text Example

White with #EEC101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC101; }

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

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

background-color css

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

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

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

border-color css

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

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

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