Html Css Color HEX #E1C40E Sunflower

📋 copy color: '#E1C40E'

red 225 ◦ green 196 ◦ blue 14

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

Shades of Sunflower #E1C40E

Tints of Sunflower #E1C40E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.06%

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

R = 51.72%
G = 45.06%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1C40E (or 0xE1C40E) is known color: Sunflower. HEX triplet: E1, C4 and 0E. RGB value is (225,196,14). Sum of RGB (Red+Green+Blue) = 225+196+14=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 14 (5.86% from 255 or 3.22% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C40E is #1E3BF1. Grayscale: #B8B8B8. Windows color (decimal): -1981426 or 967905. OLE color: 967905.

HSL color Cylindrical-coordinate representation of color #E1C40E: hue angle of 51.75º 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 #E1C40E is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 196 14 -
CMYK 0 0.13 0.94 0.12
HSL 51.75º 0.88% 0.47% -
HSV(B) 51.75º 0.94% 0.88% -
XYZ 50.87 55.52 8.45 -
YUV 183.92 32.11 157.3 -
System Red Green Blue C M Y K H S L
Decimal 225 196 14 0 0.13 0.94 0.12 51.75 0.88 0.47
Hex E1 C4 E 0 D 5E C 34 58 2F
Octal 341 304 16 0 15 136 14 64 130 57
Binary 11100001 11000100 1110 0 1101 1011110 1100 110100 1011000 101111

Color Harmonies of #E1C40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C40E

Black with #E1C40E

Text Example


Text Example

White with #E1C40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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