Html Css Color HEX #E3C900 Golden Poppy

📋 copy color: '#E3C900'

red 227 ◦ green 201 ◦ blue 0

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

Shades of Golden Poppy #E3C900

Tints of Golden Poppy #E3C900

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.96%

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

R = 53.04%
G = 46.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E3C900 (or 0xE3C900) is known color: Golden Poppy. HEX triplet: E3, C9 and 00. RGB value is (227,201,0). Sum of RGB (Red+Green+Blue) = 227+201+0=428 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.04% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3C900 is #1C36FF. Grayscale: #BABABA. Windows color (decimal): -1849088 or 51683. OLE color: 51683.

HSL color Cylindrical-coordinate representation of color #E3C900: hue angle of 53.13º 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 #E3C900 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 201 0 -
CMYK 0 0.11 1 0.11
HSL 53.13º 1% 0.45% -
HSV(B) 53.13º 1% 0.89% -
XYZ 52.57 58.1 8.44 -
YUV 185.86 23.11 157.34 -
System Red Green Blue C M Y K H S L
Decimal 227 201 0 0 0.11 1 0.11 53.13 1 0.45
Hex E3 C9 0 0 B 64 B 35 64 2D
Octal 343 311 0 0 13 144 13 65 144 55
Binary 11100011 11001001 0 0 1011 1100100 1011 110101 1100100 101101

Color Harmonies of #E3C900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3C900

Black with #E3C900

Text Example


Text Example

White with #E3C900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3C900; }

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

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

background-color css

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

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

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

border-color css

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

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

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