Html Css Color HEX #E5B602 Golden Poppy

📋 copy color: '#E5B602'

red 229 ◦ green 182 ◦ blue 2

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

Shades of Golden Poppy #E5B602

Tints of Golden Poppy #E5B602

RGB

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

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

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

R = 55.45%
G = 44.07%
B = 0.48%

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

#E5B602 (or 0xE5B602) is known color: Golden Poppy. HEX triplet: E5, B6 and 02. RGB value is (229,182,2). Sum of RGB (Red+Green+Blue) = 229+182+2=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B602 is #1A49FD. Grayscale: #B0B0B0. Windows color (decimal): -1722878 or 177893. OLE color: 177893.

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

Color convert

RGB 229 182 2 -
CMYK 0 0.21 0.99 0.10
HSL 47.58º 0.98% 0.45% -
HSV(B) 47.58º 0.99% 0.9% -
XYZ 49.05 50.12 7.15 -
YUV 175.53 30.07 166.14 -
System Red Green Blue C M Y K H S L
Decimal 229 182 2 0 0.21 0.99 0.10 47.58 0.98 0.45
Hex E5 B6 2 0 15 63 A 30 62 2D
Octal 345 266 2 0 25 143 12 60 142 55
Binary 11100101 10110110 10 0 10101 1100011 1010 110000 1100010 101101

Color Harmonies of #E5B602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B602

Black with #E5B602

Text Example


Text Example

White with #E5B602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B602; }

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

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

background-color css

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

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

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

border-color css

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

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

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