Html Css Color HEX #EEC50A Golden Poppy

📋 copy color: '#EEC50A'

red 238 ◦ green 197 ◦ blue 10

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

Shades of Golden Poppy #EEC50A

Tints of Golden Poppy #EEC50A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.25%

R = 53.48%
G = 44.27%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EEC50A (or 0xEEC50A) is known color: Golden Poppy. HEX triplet: EE, C5 and 0A. RGB value is (238,197,10). Sum of RGB (Red+Green+Blue) = 238+197+10=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 10 (4.30% from 255 or 2.25% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC50A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC50A is #113AF5. Grayscale: #BCBCBC. Windows color (decimal): -1129206 or 706030. OLE color: 706030.

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

Color convert

RGB 238 197 10 -
CMYK 0 0.17 0.96 0.07
HSL 49.21º 0.92% 0.49% -
HSV(B) 49.21º 0.96% 0.93% -
XYZ 55.28 58.13 8.59 -
YUV 187.94 27.58 163.71 -
System Red Green Blue C M Y K H S L
Decimal 238 197 10 0 0.17 0.96 0.07 49.21 0.92 0.49
Hex EE C5 A 0 11 60 7 31 5C 31
Octal 356 305 12 0 21 140 7 61 134 61
Binary 11101110 11000101 1010 0 10001 1100000 111 110001 1011100 110001

Color Harmonies of #EEC50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC50A

Black with #EEC50A

Text Example


Text Example

White with #EEC50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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