Html Css Color HEX #E3B502 Golden Poppy

📋 copy color: '#E3B502'

red 227 ◦ green 181 ◦ blue 2

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

Shades of Golden Poppy #E3B502

Tints of Golden Poppy #E3B502

RGB

 RED value IS 227 (89.06% from 255) = 55.37%

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

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

R = 55.37%
G = 44.15%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E3B502 (or 0xE3B502) is known color: Golden Poppy. HEX triplet: E3, B5 and 02. RGB value is (227,181,2). Sum of RGB (Red+Green+Blue) = 227+181+2=410 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.37% from 410); Green value is 181 (71.09% from 255 or 44.15% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3B502 is #1C4AFD. Grayscale: #AFAFAF. Windows color (decimal): -1854206 or 177635. OLE color: 177635.

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

Color convert

RGB 227 181 2 -
CMYK 0 0.20 0.99 0.11
HSL 47.73º 0.98% 0.45% -
HSV(B) 47.73º 0.99% 0.89% -
XYZ 48.21 49.38 7.05 -
YUV 174.35 30.74 165.55 -
System Red Green Blue C M Y K H S L
Decimal 227 181 2 0 0.20 0.99 0.11 47.73 0.98 0.45
Hex E3 B5 2 0 14 63 B 30 62 2D
Octal 343 265 2 0 24 143 13 60 142 55
Binary 11100011 10110101 10 0 10100 1100011 1011 110000 1100010 101101

Color Harmonies of #E3B502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3B502

Black with #E3B502

Text Example


Text Example

White with #E3B502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3B502; }

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

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

background-color css

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

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

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

border-color css

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

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

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