Html Css Color HEX #E8C701 Golden Poppy

📋 copy color: '#E8C701'

red 232 ◦ green 199 ◦ blue 1

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

Shades of Golden Poppy #E8C701

Tints of Golden Poppy #E8C701

RGB

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

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

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

R = 53.7%
G = 46.06%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E8C701 (or 0xE8C701) is known color: Golden Poppy. HEX triplet: E8, C7 and 01. RGB value is (232,199,1). Sum of RGB (Red+Green+Blue) = 232+199+1=432 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.70% from 432); Green value is 199 (78.12% from 255 or 46.06% from 432); Blue value is 1 (0.78% from 255 or 0.23% from 432); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8C701 is #1738FE. Grayscale: #BBBBBB. Windows color (decimal): -1521919 or 116712. OLE color: 116712.

HSL color Cylindrical-coordinate representation of color #E8C701: hue angle of 51.43º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8C701 is Cyan = 0, Magento = 0.14, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 199 1 -
CMYK 0 0.14 1.00 0.09
HSL 51.43º 0.99% 0.46% -
HSV(B) 51.43º 1% 0.91% -
XYZ 53.71 58 8.39 -
YUV 186.3 23.43 160.6 -
System Red Green Blue C M Y K H S L
Decimal 232 199 1 0 0.14 1.00 0.09 51.43 0.99 0.46
Hex E8 C7 1 0 E 64 9 33 63 2E
Octal 350 307 1 0 16 144 11 63 143 56
Binary 11101000 11000111 1 0 1110 1100100 1001 110011 1100011 101110

Color Harmonies of #E8C701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C701

Black with #E8C701

Text Example


Text Example

White with #E8C701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C701; }

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

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

background-color css

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

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

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

border-color css

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

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

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