Html Css Color HEX #E5B702 Golden Poppy

📋 copy color: '#E5B702'

red 229 ◦ green 183 ◦ blue 2

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

Shades of Golden Poppy #E5B702

Tints of Golden Poppy #E5B702

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.2%

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

R = 55.31%
G = 44.2%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E5B702 (or 0xE5B702) is known color: Golden Poppy. HEX triplet: E5, B7 and 02. RGB value is (229,183,2). Sum of RGB (Red+Green+Blue) = 229+183+2=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 2 (1.17% from 255 or 0.48% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B702 is #1A48FD. Grayscale: #B0B0B0. Windows color (decimal): -1722622 or 178149. OLE color: 178149.

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

Color convert

RGB 229 183 2 -
CMYK 0 0.20 0.99 0.10
HSL 47.84º 0.98% 0.45% -
HSV(B) 47.84º 0.99% 0.9% -
XYZ 49.26 50.53 7.21 -
YUV 176.12 29.74 165.72 -
System Red Green Blue C M Y K H S L
Decimal 229 183 2 0 0.20 0.99 0.10 47.84 0.98 0.45
Hex E5 B7 2 0 14 63 A 30 62 2D
Octal 345 267 2 0 24 143 12 60 142 55
Binary 11100101 10110111 10 0 10100 1100011 1010 110000 1100010 101101

Color Harmonies of #E5B702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B702

Black with #E5B702

Text Example


Text Example

White with #E5B702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B702; }

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

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

background-color css

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

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

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

border-color css

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

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

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