#e2c226

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

Shades of Bright Sun #E2C226

Tints of Bright Sun #E2C226

Color information

#E2C226 (or 0xE2C226) is unknown color: approx Bright Sun. HEX triplet: E2, C2 and 26. RGB value is (226,194,38). Sum of RGB (Red+Green+Blue) = 226+194+38=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 38 (15.23% from 255 or 8.30% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C226 is #1D3DD9. Grayscale: #BABABA. Windows color (decimal): -1916378 or 2540258. OLE color: 2540258.

HSL color Cylindrical-coordinate representation of color #E2C226: hue angle of 49.79º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2C226 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB22619438-
CMYK00.140.830.11
HSL49.79º76.42%51.76%-
HSV(B)49.79º83.19%88.63%-
XYZ51.0154.899.74-
YUV185.7844.6156.68-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.34%
GREEN value IS 194 (76.17% from 255) = 42.36%
BLUE value IS 38 (15.23% from 255) = 8.30%
R=49.34%
G=42.36%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.83
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261943800.140.830.1149.7976.4251.76
HexE2C2260E53B324c34
Octal34230246016123136211464
Binary111000101100001010011001110101001110111100101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2c226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2c226; }

 p { color: rgb(226,194,38); }

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

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

 a { background-color: rgb(226,194,38); }

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

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

 span { border-color: rgb(226,194,38); }

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