Html Css Color HEX #E3B501 Golden Poppy

📋 copy color: '#E3B501'

red 227 ◦ green 181 ◦ blue 1

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

Shades of Golden Poppy #E3B501

Tints of Golden Poppy #E3B501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 55.5%
G = 44.25%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#E3B501 (or 0xE3B501) is known color: Golden Poppy. HEX triplet: E3, B5 and 01. RGB value is (227,181,1). Sum of RGB (Red+Green+Blue) = 227+181+1=409 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.50% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 1 (0.78% from 255 or 0.24% from 409); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3B501 is #1C4AFE. Grayscale: #AFAFAF. Windows color (decimal): -1854207 or 112099. OLE color: 112099.

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

Color convert

RGB 227 181 1 -
CMYK 0 0.20 1.00 0.11
HSL 47.79º 0.99% 0.45% -
HSV(B) 47.79º 1% 0.89% -
XYZ 48.21 49.38 7.02 -
YUV 174.23 30.24 165.64 -
System Red Green Blue C M Y K H S L
Decimal 227 181 1 0 0.20 1.00 0.11 47.79 0.99 0.45
Hex E3 B5 1 0 14 64 B 30 63 2D
Octal 343 265 1 0 24 144 13 60 143 55
Binary 11100011 10110101 1 0 10100 1100100 1011 110000 1100011 101101

Color Harmonies of #E3B501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3B501

Black with #E3B501

Text Example


Text Example

White with #E3B501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3B501; }

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

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

background-color css

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

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

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

border-color css

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

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

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