Html Css Color HEX #E4C300 Golden Poppy

📋 copy color: '#E4C300'

red 228 ◦ green 195 ◦ blue 0

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

Shades of Golden Poppy #E4C300

Tints of Golden Poppy #E4C300

RGB

 RED value IS 228 (89.45% from 255) = 53.9%

 GREEN value IS 195 (76.56% from 255) = 46.1%

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

R = 53.9%
G = 46.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E4C300 (or 0xE4C300) is known color: Golden Poppy. HEX triplet: E4, C3 and 00. RGB value is (228,195,0). Sum of RGB (Red+Green+Blue) = 228+195+0=423 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.90% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4C300 is #1B3CFF. Grayscale: #B7B7B7. Windows color (decimal): -1785088 or 50148. OLE color: 50148.

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

Color convert

RGB 228 195 0 -
CMYK 0 0.14 1 0.11
HSL 51.32º 1% 0.45% -
HSV(B) 51.32º 1% 0.89% -
XYZ 51.51 55.52 8 -
YUV 182.64 24.93 160.36 -
System Red Green Blue C M Y K H S L
Decimal 228 195 0 0 0.14 1 0.11 51.32 1 0.45
Hex E4 C3 0 0 E 64 B 33 64 2D
Octal 344 303 0 0 16 144 13 63 144 55
Binary 11100100 11000011 0 0 1110 1100100 1011 110011 1100100 101101

Color Harmonies of #E4C300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4C300

Black with #E4C300

Text Example


Text Example

White with #E4C300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4C300; }

 p { color: rgb(228,195,0); }

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

background-color css

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

 a { background-color: rgb(228,195,0); }

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

border-color css

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

 span { border-color: rgb(228,195,0); }

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