Html Css Color HEX #E5C130 Bright Sun

📋 copy color: '#E5C130'

red 229 ◦ green 193 ◦ blue 48

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

Shades of Bright Sun #E5C130

Tints of Bright Sun #E5C130

RGB

 RED value IS 229 (89.84% from 255) = 48.72%

 GREEN value IS 193 (75.78% from 255) = 41.06%

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

R = 48.72%
G = 41.06%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E5C130 (or 0xE5C130) is known color: Bright Sun. HEX triplet: E5, C1 and 30. RGB value is (229,193,48). Sum of RGB (Red+Green+Blue) = 229+193+48=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 48 (19.14% from 255 or 10.21% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C130 is #1A3ECF. Grayscale: #BBBBBB. Windows color (decimal): -1720016 or 3195365. OLE color: 3195365.

HSL color Cylindrical-coordinate representation of color #E5C130: hue angle of 48.07º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5C130 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 193 48 -
CMYK 0 0.16 0.79 0.10
HSL 48.07º 0.78% 0.54% -
HSV(B) 48.07º 0.79% 0.9% -
XYZ 51.92 55.01 10.68 -
YUV 187.23 49.43 157.79 -
System Red Green Blue C M Y K H S L
Decimal 229 193 48 0 0.16 0.79 0.10 48.07 0.78 0.54
Hex E5 C1 30 0 10 4F A 30 4E 36
Octal 345 301 60 0 20 117 12 60 116 66
Binary 11100101 11000001 110000 0 10000 1001111 1010 110000 1001110 110110

Color Harmonies of #E5C130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C130

Black with #E5C130

Text Example


Text Example

White with #E5C130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C130; }

 p { color: rgb(229,193,48); }

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

background-color css

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

 a { background-color: rgb(229,193,48); }

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

border-color css

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

 span { border-color: rgb(229,193,48); }

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