Html Css Color HEX #E2BB00 Golden Poppy

📋 copy color: '#E2BB00'

red 226 ◦ green 187 ◦ blue 0

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

Shades of Golden Poppy #E2BB00

Tints of Golden Poppy #E2BB00

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.28%

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

R = 54.72%
G = 45.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E2BB00 (or 0xE2BB00) is known color: Golden Poppy. HEX triplet: E2, BB and 00. RGB value is (226,187,0). Sum of RGB (Red+Green+Blue) = 226+187+0=413 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.72% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2BB00 is #1D44FF. Grayscale: #B2B2B2. Windows color (decimal): -1918208 or 48098. OLE color: 48098.

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

Color convert

RGB 226 187 0 -
CMYK 0 0.17 1 0.11
HSL 49.65º 1% 0.44% -
HSV(B) 49.65º 1% 0.89% -
XYZ 49.13 51.71 7.39 -
YUV 177.34 27.92 162.71 -
System Red Green Blue C M Y K H S L
Decimal 226 187 0 0 0.17 1 0.11 49.65 1 0.44
Hex E2 BB 0 0 11 64 B 32 64 2C
Octal 342 273 0 0 21 144 13 62 144 54
Binary 11100010 10111011 0 0 10001 1100100 1011 110010 1100100 101100

Color Harmonies of #E2BB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BB00

Black with #E2BB00

Text Example


Text Example

White with #E2BB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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