Html Css Color HEX #E9C001 Golden Poppy

📋 copy color: '#E9C001'

red 233 ◦ green 192 ◦ blue 1

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

Shades of Golden Poppy #E9C001

Tints of Golden Poppy #E9C001

RGB

 RED value IS 233 (91.41% from 255) = 54.69%

 GREEN value IS 192 (75.39% from 255) = 45.07%

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

R = 54.69%
G = 45.07%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E9C001 (or 0xE9C001) is known color: Golden Poppy. HEX triplet: E9, C0 and 01. RGB value is (233,192,1). Sum of RGB (Red+Green+Blue) = 233+192+1=426 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.69% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 1 (0.78% from 255 or 0.23% from 426); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C001 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9C001 is #163FFE. Grayscale: #B7B7B7. Windows color (decimal): -1458175 or 114921. OLE color: 114921.

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

Color convert

RGB 233 192 1 -
CMYK 0 0.18 1.00 0.09
HSL 49.4º 0.99% 0.46% -
HSV(B) 49.4º 1% 0.91% -
XYZ 52.46 55.03 7.88 -
YUV 182.49 25.58 164.03 -
System Red Green Blue C M Y K H S L
Decimal 233 192 1 0 0.18 1.00 0.09 49.4 0.99 0.46
Hex E9 C0 1 0 12 64 9 31 63 2E
Octal 351 300 1 0 22 144 11 61 143 56
Binary 11101001 11000000 1 0 10010 1100100 1001 110001 1100011 101110

Color Harmonies of #E9C001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9C001

Black with #E9C001

Text Example


Text Example

White with #E9C001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9C001; }

 p { color: rgb(233,192,1); }

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

background-color css

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

 a { background-color: rgb(233,192,1); }

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

border-color css

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

 span { border-color: rgb(233,192,1); }

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