Html Css Color HEX #E5B600 Golden Poppy

📋 copy color: '#E5B600'

red 229 ◦ green 182 ◦ blue 0

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

Shades of Golden Poppy #E5B600

Tints of Golden Poppy #E5B600

RGB

 RED value IS 229 (89.84% from 255) = 55.72%

 GREEN value IS 182 (71.48% from 255) = 44.28%

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

R = 55.72%
G = 44.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E5B600 (or 0xE5B600) is known color: Golden Poppy. HEX triplet: E5, B6 and 00. RGB value is (229,182,0). Sum of RGB (Red+Green+Blue) = 229+182+0=411 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.72% from 411); Green value is 182 (71.48% from 255 or 44.28% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B600 is #1A49FF. Grayscale: #B0B0B0. Windows color (decimal): -1722880 or 46821. OLE color: 46821.

HSL color Cylindrical-coordinate representation of color #E5B600: hue angle of 47.69º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5B600 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 182 0 -
CMYK 0 0.21 1 0.10
HSL 47.69º 1% 0.45% -
HSV(B) 47.69º 1% 0.9% -
XYZ 49.04 50.11 7.09 -
YUV 175.31 29.07 166.3 -
System Red Green Blue C M Y K H S L
Decimal 229 182 0 0 0.21 1 0.10 47.69 1 0.45
Hex E5 B6 0 0 15 64 A 30 64 2D
Octal 345 266 0 0 25 144 12 60 144 55
Binary 11100101 10110110 0 0 10101 1100100 1010 110000 1100100 101101

Color Harmonies of #E5B600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B600

Black with #E5B600

Text Example


Text Example

White with #E5B600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B600; }

 p { color: rgb(229,182,0); }

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

background-color css

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

 a { background-color: rgb(229,182,0); }

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

border-color css

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

 span { border-color: rgb(229,182,0); }

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