#E5C12D

Color #E5C12D Bright Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Sun #E5C12D

Tints of Bright Sun #E5C12D

Color information

#E5C12D (or 0xE5C12D) is unknown color: approx Bright Sun. HEX triplet: E5, C1 and 2D. RGB value is (229,193,45). Sum of RGB (Red+Green+Blue) = 229+193+45=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 45 (17.97% from 255 or 9.64% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C12D is #1A3ED2. Grayscale: #BBBBBB. Windows color (decimal): -1720019 or 2998757. OLE color: 2998757.

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

Color convert

RGB22919345-
CMYK00.160.800.10
HSL48.26º77.97%53.73%-
HSV(B)48.26º80.35%89.8%-
XYZ51.8654.9910.36-
YUV186.8947.93158.03-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.04%
GREEN value IS 193 (75.78% from 255) = 41.33%
BLUE value IS 45 (17.97% from 255) = 9.64%
R=49.04%
G=41.33%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.80
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291934500.160.800.1048.2677.9753.73
HexE5C12D01050A304e36
Octal34530155020120126011666
Binary1110010111000001101101010000101000010101100001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C12D; }

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

 H1.HeaderClassName
 {
   color: #E5C12D;
 }
 .AnyTagClassName
 {
   color: #E5C12D;
 }
</style>
background-color css

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

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

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

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

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

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