Html Css Color HEX #EEC403 Golden Poppy

📋 copy color: '#EEC403'

red 238 ◦ green 196 ◦ blue 3

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

Shades of Golden Poppy #EEC403

Tints of Golden Poppy #EEC403

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.85%

 BLUE value IS 3 (1.56% from 255) = 0.69%

R = 54.46%
G = 44.85%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EEC403 (or 0xEEC403) is known color: Golden Poppy. HEX triplet: EE, C4 and 03. RGB value is (238,196,3). Sum of RGB (Red+Green+Blue) = 238+196+3=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 3 (1.56% from 255 or 0.69% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC403 is #113BFC. Grayscale: #BBBBBB. Windows color (decimal): -1129469 or 247022. OLE color: 247022.

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

Color convert

RGB 238 196 3 -
CMYK 0 0.18 0.99 0.07
HSL 49.28º 0.98% 0.47% -
HSV(B) 49.28º 0.99% 0.93% -
XYZ 55.02 57.66 8.32 -
YUV 186.56 24.41 164.69 -
System Red Green Blue C M Y K H S L
Decimal 238 196 3 0 0.18 0.99 0.07 49.28 0.98 0.47
Hex EE C4 3 0 12 63 7 31 62 2F
Octal 356 304 3 0 22 143 7 61 142 57
Binary 11101110 11000100 11 0 10010 1100011 111 110001 1100010 101111

Color Harmonies of #EEC403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC403

Black with #EEC403

Text Example


Text Example

White with #EEC403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC403; }

 p { color: rgb(238,196,3); }

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

background-color css

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

 a { background-color: rgb(238,196,3); }

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

border-color css

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

 span { border-color: rgb(238,196,3); }

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