Html Css Color HEX #E8C801 Golden Poppy

📋 copy color: '#E8C801'

red 232 ◦ green 200 ◦ blue 1

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

Shades of Golden Poppy #E8C801

Tints of Golden Poppy #E8C801

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.19%

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

R = 53.58%
G = 46.19%
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

#E8C801 (or 0xE8C801) is known color: Golden Poppy. HEX triplet: E8, C8 and 01. RGB value is (232,200,1). Sum of RGB (Red+Green+Blue) = 232+200+1=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 1 (0.78% from 255 or 0.23% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C801 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8C801 is #1737FE. Grayscale: #BBBBBB. Windows color (decimal): -1521663 or 116968. OLE color: 116968.

HSL color Cylindrical-coordinate representation of color #E8C801: hue angle of 51.69º 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 #E8C801 is Cyan = 0, Magento = 0.14, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 200 1 -
CMYK 0 0.14 1.00 0.09
HSL 51.69º 0.99% 0.46% -
HSV(B) 51.69º 1% 0.91% -
XYZ 53.94 58.47 8.47 -
YUV 186.88 23.1 160.18 -
System Red Green Blue C M Y K H S L
Decimal 232 200 1 0 0.14 1.00 0.09 51.69 0.99 0.46
Hex E8 C8 1 0 E 64 9 34 63 2E
Octal 350 310 1 0 16 144 11 64 143 56
Binary 11101000 11001000 1 0 1110 1100100 1001 110100 1100011 101110

Color Harmonies of #E8C801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C801

Black with #E8C801

Text Example


Text Example

White with #E8C801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C801; }

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

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

background-color css

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

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

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

border-color css

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

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

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