Html Css Color HEX #E2B500 Golden Poppy

📋 copy color: '#E2B500'

red 226 ◦ green 181 ◦ blue 0

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

Shades of Golden Poppy #E2B500

Tints of Golden Poppy #E2B500

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.47%

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

R = 55.53%
G = 44.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E2B500 (or 0xE2B500) is known color: Golden Poppy. HEX triplet: E2, B5 and 00. RGB value is (226,181,0). Sum of RGB (Red+Green+Blue) = 226+181+0=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B500 is #1D4AFF. Grayscale: #AEAEAE. Windows color (decimal): -1919744 or 46562. OLE color: 46562.

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

Color convert

RGB 226 181 0 -
CMYK 0 0.20 1 0.11
HSL 48.05º 1% 0.44% -
HSV(B) 48.05º 1% 0.89% -
XYZ 47.89 49.22 6.98 -
YUV 173.82 29.91 165.22 -
System Red Green Blue C M Y K H S L
Decimal 226 181 0 0 0.20 1 0.11 48.05 1 0.44
Hex E2 B5 0 0 14 64 B 30 64 2C
Octal 342 265 0 0 24 144 13 60 144 54
Binary 11100010 10110101 0 0 10100 1100100 1011 110000 1100100 101100

Color Harmonies of #E2B500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B500

Black with #E2B500

Text Example


Text Example

White with #E2B500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B500; }

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

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

background-color css

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

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

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

border-color css

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

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

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