Html Css Color HEX #E1C50E Sunflower

📋 copy color: '#E1C50E'

red 225 ◦ green 197 ◦ blue 14

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

Shades of Sunflower #E1C50E

Tints of Sunflower #E1C50E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.18%

 BLUE value IS 14 (5.86% from 255) = 3.21%

R = 51.61%
G = 45.18%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1C50E (or 0xE1C50E) is known color: Sunflower. HEX triplet: E1, C5 and 0E. RGB value is (225,197,14). Sum of RGB (Red+Green+Blue) = 225+197+14=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C50E is #1E3AF1. Grayscale: #B9B9B9. Windows color (decimal): -1981170 or 968161. OLE color: 968161.

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

Color convert

RGB 225 197 14 -
CMYK 0 0.12 0.94 0.12
HSL 52.04º 0.88% 0.47% -
HSV(B) 52.04º 0.94% 0.88% -
XYZ 51.1 55.97 8.53 -
YUV 184.51 31.78 156.88 -
System Red Green Blue C M Y K H S L
Decimal 225 197 14 0 0.12 0.94 0.12 52.04 0.88 0.47
Hex E1 C5 E 0 C 5E C 34 58 2F
Octal 341 305 16 0 14 136 14 64 130 57
Binary 11100001 11000101 1110 0 1100 1011110 1100 110100 1011000 101111

Color Harmonies of #E1C50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C50E

Black with #E1C50E

Text Example


Text Example

White with #E1C50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C50E; }

 p { color: rgb(225,197,14); }

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

background-color css

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

 a { background-color: rgb(225,197,14); }

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

border-color css

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

 span { border-color: rgb(225,197,14); }

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