Html Css Color HEX #E5B902 Golden Poppy

📋 copy color: '#E5B902'

red 229 ◦ green 185 ◦ blue 2

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

Shades of Golden Poppy #E5B902

Tints of Golden Poppy #E5B902

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.47%

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

R = 55.05%
G = 44.47%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E5B902 (or 0xE5B902) is known color: Golden Poppy. HEX triplet: E5, B9 and 02. RGB value is (229,185,2). Sum of RGB (Red+Green+Blue) = 229+185+2=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 2 (1.17% from 255 or 0.48% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B902 is #1A46FD. Grayscale: #B2B2B2. Windows color (decimal): -1722110 or 178661. OLE color: 178661.

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

Color convert

RGB 229 185 2 -
CMYK 0 0.19 0.99 0.10
HSL 48.37º 0.98% 0.45% -
HSV(B) 48.37º 0.99% 0.9% -
XYZ 49.67 51.36 7.35 -
YUV 177.29 29.08 164.88 -
System Red Green Blue C M Y K H S L
Decimal 229 185 2 0 0.19 0.99 0.10 48.37 0.98 0.45
Hex E5 B9 2 0 13 63 A 30 62 2D
Octal 345 271 2 0 23 143 12 60 142 55
Binary 11100101 10111001 10 0 10011 1100011 1010 110000 1100010 101101

Color Harmonies of #E5B902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B902

Black with #E5B902

Text Example


Text Example

White with #E5B902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B902; }

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

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

background-color css

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

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

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

border-color css

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

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

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