Html Css Color HEX #E2B300 Golden Poppy

📋 copy color: '#E2B300'

red 226 ◦ green 179 ◦ blue 0

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

Shades of Golden Poppy #E2B300

Tints of Golden Poppy #E2B300

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.2%

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

R = 55.8%
G = 44.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E2B300 (or 0xE2B300) is known color: Golden Poppy. HEX triplet: E2, B3 and 00. RGB value is (226,179,0). Sum of RGB (Red+Green+Blue) = 226+179+0=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B300 is #1D4CFF. Grayscale: #ADADAD. Windows color (decimal): -1920256 or 46050. OLE color: 46050.

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

Color convert

RGB 226 179 0 -
CMYK 0 0.21 1 0.11
HSL 47.52º 1% 0.44% -
HSV(B) 47.52º 1% 0.89% -
XYZ 47.48 48.41 6.84 -
YUV 172.65 30.57 166.05 -
System Red Green Blue C M Y K H S L
Decimal 226 179 0 0 0.21 1 0.11 47.52 1 0.44
Hex E2 B3 0 0 15 64 B 30 64 2C
Octal 342 263 0 0 25 144 13 60 144 54
Binary 11100010 10110011 0 0 10101 1100100 1011 110000 1100100 101100

Color Harmonies of #E2B300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B300

Black with #E2B300

Text Example


Text Example

White with #E2B300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B300; }

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

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

background-color css

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

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

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

border-color css

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

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

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