Html Css Color HEX #E2BF00 Golden Poppy

📋 copy color: '#E2BF00'

red 226 ◦ green 191 ◦ blue 0

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

Shades of Golden Poppy #E2BF00

Tints of Golden Poppy #E2BF00

RGB

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

 GREEN value IS 191 (75% from 255) = 45.8%

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

R = 54.2%
G = 45.8%
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

#E2BF00 (or 0xE2BF00) is known color: Golden Poppy. HEX triplet: E2, BF and 00. RGB value is (226,191,0). Sum of RGB (Red+Green+Blue) = 226+191+0=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2BF00 is #1D40FF. Grayscale: #B4B4B4. Windows color (decimal): -1917184 or 49122. OLE color: 49122.

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

Color convert

RGB 226 191 0 -
CMYK 0 0.15 1 0.11
HSL 50.71º 1% 0.44% -
HSV(B) 50.71º 1% 0.89% -
XYZ 49.99 53.43 7.68 -
YUV 179.69 26.6 161.03 -
System Red Green Blue C M Y K H S L
Decimal 226 191 0 0 0.15 1 0.11 50.71 1 0.44
Hex E2 BF 0 0 F 64 B 33 64 2C
Octal 342 277 0 0 17 144 13 63 144 54
Binary 11100010 10111111 0 0 1111 1100100 1011 110011 1100100 101100

Color Harmonies of #E2BF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BF00

Black with #E2BF00

Text Example


Text Example

White with #E2BF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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