Html Css Color HEX #E8C401 Golden Poppy

📋 copy color: '#E8C401'

red 232 ◦ green 196 ◦ blue 1

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

Shades of Golden Poppy #E8C401

Tints of Golden Poppy #E8C401

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.69%

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

R = 54.08%
G = 45.69%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E8C401 (or 0xE8C401) is known color: Golden Poppy. HEX triplet: E8, C4 and 01. RGB value is (232,196,1). Sum of RGB (Red+Green+Blue) = 232+196+1=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 196 (76.95% from 255 or 45.69% from 429); Blue value is 1 (0.78% from 255 or 0.23% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8C401 is #173BFE. Grayscale: #B9B9B9. Windows color (decimal): -1522687 or 115944. OLE color: 115944.

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

Color convert

RGB 232 196 1 -
CMYK 0 0.16 1.00 0.09
HSL 50.65º 0.99% 0.46% -
HSV(B) 50.65º 1% 0.91% -
XYZ 53.02 56.64 8.17 -
YUV 184.53 24.43 161.86 -
System Red Green Blue C M Y K H S L
Decimal 232 196 1 0 0.16 1.00 0.09 50.65 0.99 0.46
Hex E8 C4 1 0 10 64 9 33 63 2E
Octal 350 304 1 0 20 144 11 63 143 56
Binary 11101000 11000100 1 0 10000 1100100 1001 110011 1100011 101110

Color Harmonies of #E8C401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C401

Black with #E8C401

Text Example


Text Example

White with #E8C401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C401; }

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

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

background-color css

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

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

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

border-color css

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

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

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