Html Css Color HEX #E1C330 Bright Sun

📋 copy color: '#E1C330'

red 225 ◦ green 195 ◦ blue 48

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

Shades of Bright Sun #E1C330

Tints of Bright Sun #E1C330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.26%

R = 48.08%
G = 41.67%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E1C330 (or 0xE1C330) is known color: Bright Sun. HEX triplet: E1, C3 and 30. RGB value is (225,195,48). Sum of RGB (Red+Green+Blue) = 225+195+48=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 48 (19.14% from 255 or 10.26% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C330 is #1E3CCF. Grayscale: #BBBBBB. Windows color (decimal): -1981648 or 3195873. OLE color: 3195873.

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

Color convert

RGB 225 195 48 -
CMYK 0 0.13 0.79 0.12
HSL 49.83º 0.75% 0.54% -
HSV(B) 49.83º 0.79% 0.88% -
XYZ 51.1 55.25 10.77 -
YUV 187.21 49.44 154.95 -
System Red Green Blue C M Y K H S L
Decimal 225 195 48 0 0.13 0.79 0.12 49.83 0.75 0.54
Hex E1 C3 30 0 D 4F C 32 4B 36
Octal 341 303 60 0 15 117 14 62 113 66
Binary 11100001 11000011 110000 0 1101 1001111 1100 110010 1001011 110110

Color Harmonies of #E1C330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C330

Black with #E1C330

Text Example


Text Example

White with #E1C330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C330; }

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

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

background-color css

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

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

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

border-color css

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

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

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