Html Css Color HEX #E5B502 Golden Poppy

📋 copy color: '#E5B502'

red 229 ◦ green 181 ◦ blue 2

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

Shades of Golden Poppy #E5B502

Tints of Golden Poppy #E5B502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 55.58%
G = 43.93%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E5B502 (or 0xE5B502) is known color: Golden Poppy. HEX triplet: E5, B5 and 02. RGB value is (229,181,2). Sum of RGB (Red+Green+Blue) = 229+181+2=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 181 (71.09% from 255 or 43.93% from 412); Blue value is 2 (1.17% from 255 or 0.49% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B502 is #1A4AFD. Grayscale: #AFAFAF. Windows color (decimal): -1723134 or 177637. OLE color: 177637.

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

Color convert

RGB 229 181 2 -
CMYK 0 0.21 0.99 0.10
HSL 47.31º 0.98% 0.45% -
HSV(B) 47.31º 0.99% 0.9% -
XYZ 48.85 49.71 7.08 -
YUV 174.95 30.4 166.55 -
System Red Green Blue C M Y K H S L
Decimal 229 181 2 0 0.21 0.99 0.10 47.31 0.98 0.45
Hex E5 B5 2 0 15 63 A 2F 62 2D
Octal 345 265 2 0 25 143 12 57 142 55
Binary 11100101 10110101 10 0 10101 1100011 1010 101111 1100010 101101

Color Harmonies of #E5B502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B502

Black with #E5B502

Text Example


Text Example

White with #E5B502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B502; }

 p { color: rgb(229,181,2); }

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

background-color css

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

 a { background-color: rgb(229,181,2); }

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

border-color css

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

 span { border-color: rgb(229,181,2); }

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