Html Css Color HEX #E2C000 Golden Poppy

📋 copy color: '#E2C000'

red 226 ◦ green 192 ◦ blue 0

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

Shades of Golden Poppy #E2C000

Tints of Golden Poppy #E2C000

RGB

 RED value IS 226 (88.67% from 255) = 54.07%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.07%
G = 45.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E2C000 (or 0xE2C000) is known color: Golden Poppy. HEX triplet: E2, C0 and 00. RGB value is (226,192,0). Sum of RGB (Red+Green+Blue) = 226+192+0=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2C000 is #1D3FFF. Grayscale: #B5B5B5. Windows color (decimal): -1916928 or 49378. OLE color: 49378.

HSL color Cylindrical-coordinate representation of color #E2C000: hue angle of 50.97º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2C000 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 192 0 -
CMYK 0 0.15 1 0.11
HSL 50.97º 1% 0.44% -
HSV(B) 50.97º 1% 0.89% -
XYZ 50.21 53.87 7.75 -
YUV 180.28 26.26 160.61 -
System Red Green Blue C M Y K H S L
Decimal 226 192 0 0 0.15 1 0.11 50.97 1 0.44
Hex E2 C0 0 0 F 64 B 33 64 2C
Octal 342 300 0 0 17 144 13 63 144 54
Binary 11100010 11000000 0 0 1111 1100100 1011 110011 1100100 101100

Color Harmonies of #E2C000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C000

Black with #E2C000

Text Example


Text Example

White with #E2C000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C000; }

 p { color: rgb(226,192,0); }

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

background-color css

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

 a { background-color: rgb(226,192,0); }

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

border-color css

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

 span { border-color: rgb(226,192,0); }

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