Html Css Color HEX #E1C730 Bright Sun

📋 copy color: '#E1C730'

red 225 ◦ green 199 ◦ blue 48

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

Shades of Bright Sun #E1C730

Tints of Bright Sun #E1C730

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.16%

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

R = 47.67%
G = 42.16%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E1C730 (or 0xE1C730) is known color: Bright Sun. HEX triplet: E1, C7 and 30. RGB value is (225,199,48). Sum of RGB (Red+Green+Blue) = 225+199+48=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 48 (19.14% from 255 or 10.17% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C730 is #1E38CF. Grayscale: #BEBEBE. Windows color (decimal): -1980624 or 3196897. OLE color: 3196897.

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

Color convert

RGB 225 199 48 -
CMYK 0 0.12 0.79 0.12
HSL 51.19º 0.75% 0.54% -
HSV(B) 51.19º 0.79% 0.88% -
XYZ 52.01 57.07 11.07 -
YUV 189.56 48.11 153.28 -
System Red Green Blue C M Y K H S L
Decimal 225 199 48 0 0.12 0.79 0.12 51.19 0.75 0.54
Hex E1 C7 30 0 C 4F C 33 4B 36
Octal 341 307 60 0 14 117 14 63 113 66
Binary 11100001 11000111 110000 0 1100 1001111 1100 110011 1001011 110110

Color Harmonies of #E1C730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C730

Black with #E1C730

Text Example


Text Example

White with #E1C730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C730; }

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

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

background-color css

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

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

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

border-color css

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

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

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