#E2C134

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

Shades of Bright Sun #E2C134

Tints of Bright Sun #E2C134

Color information

#E2C134 (or 0xE2C134) is unknown color: approx Bright Sun. HEX triplet: E2, C1 and 34. RGB value is (226,193,52). Sum of RGB (Red+Green+Blue) = 226+193+52=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C134 is #1D3ECB. Grayscale: #BBBBBB. Windows color (decimal): -1916620 or 3457506. OLE color: 3457506.

HSL color Cylindrical-coordinate representation of color #E2C134: hue angle of 48.62º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E2C134 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB22619352-
CMYK00.150.770.11
HSL48.62º75%54.51%-
HSV(B)48.62º76.99%88.63%-
XYZ51.0554.5611.09-
YUV186.7951.93155.96-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.98%
GREEN value IS 193 (75.78% from 255) = 40.98%
BLUE value IS 52 (20.70% from 255) = 11.04%
R=47.98%
G=40.98%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261935200.150.770.1148.627554.51
HexE2C1340F4DB314b37
Octal34230164017115136111367
Binary111000101100000111010001111100110110111100011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C134; }

 p { color: rgb(226,193,52); }

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

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

 a { background-color: rgb(226,193,52); }

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

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

 span { border-color: rgb(226,193,52); }

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