Html Css Color HEX #E1C300 Sunflower

📋 copy color: '#E1C300'

red 225 ◦ green 195 ◦ blue 0

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

Shades of Sunflower #E1C300

Tints of Sunflower #E1C300

RGB

 RED value IS 225 (88.28% from 255) = 53.57%

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

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

R = 53.57%
G = 46.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E1C300 (or 0xE1C300) is known color: Sunflower. HEX triplet: E1, C3 and 00. RGB value is (225,195,0). Sum of RGB (Red+Green+Blue) = 225+195+0=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C300 is #1E3CFF. Grayscale: #B6B6B6. Windows color (decimal): -1981696 or 50145. OLE color: 50145.

HSL color Cylindrical-coordinate representation of color #E1C300: hue angle of 52º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1C300 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 195 0 -
CMYK 0 0.13 1 0.12
HSL 52º 1% 0.44% -
HSV(B) 52º 1% 0.88% -
XYZ 50.57 55.04 7.96 -
YUV 181.74 25.44 158.86 -
System Red Green Blue C M Y K H S L
Decimal 225 195 0 0 0.13 1 0.12 52 1 0.44
Hex E1 C3 0 0 D 64 C 34 64 2C
Octal 341 303 0 0 15 144 14 64 144 54
Binary 11100001 11000011 0 0 1101 1100100 1100 110100 1100100 101100

Color Harmonies of #E1C300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C300

Black with #E1C300

Text Example


Text Example

White with #E1C300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C300; }

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

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

background-color css

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

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

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

border-color css

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

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

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