Html Css Color HEX #E8C708 Golden Poppy

📋 copy color: '#E8C708'

red 232 ◦ green 199 ◦ blue 8

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

Shades of Golden Poppy #E8C708

Tints of Golden Poppy #E8C708

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.33%

 BLUE value IS 8 (3.52% from 255) = 1.82%

R = 52.85%
G = 45.33%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E8C708 (or 0xE8C708) is known color: Golden Poppy. HEX triplet: E8, C7 and 08. RGB value is (232,199,8). Sum of RGB (Red+Green+Blue) = 232+199+8=439 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.85% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 8 (3.52% from 255 or 1.82% from 439); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C708 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8C708 is #1738F7. Grayscale: #BBBBBB. Windows color (decimal): -1521912 or 575464. OLE color: 575464.

HSL color Cylindrical-coordinate representation of color #E8C708: hue angle of 51.16º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8C708 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 199 8 -
CMYK 0 0.14 0.97 0.09
HSL 51.16º 0.93% 0.47% -
HSV(B) 51.16º 0.97% 0.91% -
XYZ 53.75 58.02 8.6 -
YUV 187.09 26.93 160.03 -
System Red Green Blue C M Y K H S L
Decimal 232 199 8 0 0.14 0.97 0.09 51.16 0.93 0.47
Hex E8 C7 8 0 E 61 9 33 5D 2F
Octal 350 307 10 0 16 141 11 63 135 57
Binary 11101000 11000111 1000 0 1110 1100001 1001 110011 1011101 101111

Color Harmonies of #E8C708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C708

Black with #E8C708

Text Example


Text Example

White with #E8C708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C708; }

 p { color: rgb(232,199,8); }

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

background-color css

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

 a { background-color: rgb(232,199,8); }

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

border-color css

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

 span { border-color: rgb(232,199,8); }

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