Html Css Color HEX #E1C42C Bright Sun

📋 copy color: '#E1C42C'

red 225 ◦ green 196 ◦ blue 44

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

Shades of Bright Sun #E1C42C

Tints of Bright Sun #E1C42C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.46%

R = 48.39%
G = 42.15%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E1C42C (or 0xE1C42C) is known color: Bright Sun. HEX triplet: E1, C4 and 2C. RGB value is (225,196,44). Sum of RGB (Red+Green+Blue) = 225+196+44=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 44 (17.58% from 255 or 9.46% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C42C is #1E3BD3. Grayscale: #BBBBBB. Windows color (decimal): -1981396 or 2933985. OLE color: 2933985.

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

Color convert

RGB 225 196 44 -
CMYK 0 0.13 0.80 0.12
HSL 50.39º 0.75% 0.53% -
HSV(B) 50.39º 0.8% 0.88% -
XYZ 51.25 55.67 10.43 -
YUV 187.34 47.11 154.86 -
System Red Green Blue C M Y K H S L
Decimal 225 196 44 0 0.13 0.80 0.12 50.39 0.75 0.53
Hex E1 C4 2C 0 D 50 C 32 4B 35
Octal 341 304 54 0 15 120 14 62 113 65
Binary 11100001 11000100 101100 0 1101 1010000 1100 110010 1001011 110101

Color Harmonies of #E1C42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C42C

Black with #E1C42C

Text Example


Text Example

White with #E1C42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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