Html Css Color HEX #E8C205 Golden Poppy

📋 copy color: '#E8C205'

red 232 ◦ green 194 ◦ blue 5

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

Shades of Golden Poppy #E8C205

Tints of Golden Poppy #E8C205

RGB

 RED value IS 232 (91.02% from 255) = 53.83%

 GREEN value IS 194 (76.17% from 255) = 45.01%

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

R = 53.83%
G = 45.01%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E8C205 (or 0xE8C205) is known color: Golden Poppy. HEX triplet: E8, C2 and 05. RGB value is (232,194,5). Sum of RGB (Red+Green+Blue) = 232+194+5=431 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.83% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 5 (2.34% from 255 or 1.16% from 431); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C205 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8C205 is #173DFA. Grayscale: #B8B8B8. Windows color (decimal): -1523195 or 377576. OLE color: 377576.

HSL color Cylindrical-coordinate representation of color #E8C205: hue angle of 49.96º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E8C205 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 194 5 -
CMYK 0 0.16 0.98 0.09
HSL 49.96º 0.96% 0.46% -
HSV(B) 49.96º 0.98% 0.91% -
XYZ 52.6 55.75 8.13 -
YUV 183.82 27.09 162.37 -
System Red Green Blue C M Y K H S L
Decimal 232 194 5 0 0.16 0.98 0.09 49.96 0.96 0.46
Hex E8 C2 5 0 10 62 9 32 60 2E
Octal 350 302 5 0 20 142 11 62 140 56
Binary 11101000 11000010 101 0 10000 1100010 1001 110010 1100000 101110

Color Harmonies of #E8C205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C205

Black with #E8C205

Text Example


Text Example

White with #E8C205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C205; }

 p { color: rgb(232,194,5); }

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

background-color css

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

 a { background-color: rgb(232,194,5); }

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

border-color css

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

 span { border-color: rgb(232,194,5); }

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