Html Css Color HEX #E2C200 Golden Poppy

📋 copy color: '#E2C200'

red 226 ◦ green 194 ◦ blue 0

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

Shades of Golden Poppy #E2C200

Tints of Golden Poppy #E2C200

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.19%

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

R = 53.81%
G = 46.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E2C200 (or 0xE2C200) is known color: Golden Poppy. HEX triplet: E2, C2 and 00. RGB value is (226,194,0). Sum of RGB (Red+Green+Blue) = 226+194+0=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2C200 is #1D3DFF. Grayscale: #B6B6B6. Windows color (decimal): -1916416 or 49890. OLE color: 49890.

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

Color convert

RGB 226 194 0 -
CMYK 0 0.14 1 0.11
HSL 51.5º 1% 0.44% -
HSV(B) 51.5º 1% 0.89% -
XYZ 50.66 54.75 7.9 -
YUV 181.45 25.6 159.77 -
System Red Green Blue C M Y K H S L
Decimal 226 194 0 0 0.14 1 0.11 51.5 1 0.44
Hex E2 C2 0 0 E 64 B 34 64 2C
Octal 342 302 0 0 16 144 13 64 144 54
Binary 11100010 11000010 0 0 1110 1100100 1011 110100 1100100 101100

Color Harmonies of #E2C200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C200

Black with #E2C200

Text Example


Text Example

White with #E2C200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C200; }

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

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

background-color css

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

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

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

border-color css

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

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

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