Html Css Color HEX #E3B400 Golden Poppy

📋 copy color: '#E3B400'

red 227 ◦ green 180 ◦ blue 0

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

Shades of Golden Poppy #E3B400

Tints of Golden Poppy #E3B400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.23%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.77%
G = 44.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E3B400 (or 0xE3B400) is known color: Golden Poppy. HEX triplet: E3, B4 and 00. RGB value is (227,180,0). Sum of RGB (Red+Green+Blue) = 227+180+0=407 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.77% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3B400 is #1C4BFF. Grayscale: #AEAEAE. Windows color (decimal): -1854464 or 46307. OLE color: 46307.

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

Color convert

RGB 227 180 0 -
CMYK 0 0.21 1 0.11
HSL 47.58º 1% 0.45% -
HSV(B) 47.58º 1% 0.89% -
XYZ 48 48.97 6.92 -
YUV 173.53 30.07 166.14 -
System Red Green Blue C M Y K H S L
Decimal 227 180 0 0 0.21 1 0.11 47.58 1 0.45
Hex E3 B4 0 0 15 64 B 30 64 2D
Octal 343 264 0 0 25 144 13 60 144 55
Binary 11100011 10110100 0 0 10101 1100100 1011 110000 1100100 101101

Color Harmonies of #E3B400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3B400

Black with #E3B400

Text Example


Text Example

White with #E3B400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3B400; }

 p { color: rgb(227,180,0); }

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

background-color css

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

 a { background-color: rgb(227,180,0); }

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

border-color css

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

 span { border-color: rgb(227,180,0); }

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