#E3BD2C

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

Shades of Bright Sun #E3BD2C

Tints of Bright Sun #E3BD2C

Color information

#E3BD2C (or 0xE3BD2C) is unknown color: approx Bright Sun. HEX triplet: E3, BD and 2C. RGB value is (227,189,44). Sum of RGB (Red+Green+Blue) = 227+189+44=460 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.35% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 44 (17.58% from 255 or 9.57% from 460); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3BD2C is #1C42D3. Grayscale: #B8B8B8. Windows color (decimal): -1852116 or 2932195. OLE color: 2932195.

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

Color convert

RGB22718944-
CMYK00.170.810.11
HSL47.54º76.57%53.14%-
HSV(B)47.54º80.62%89.02%-
XYZ50.3352.919.94-
YUV183.8349.09158.79-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.35%
GREEN value IS 189 (74.22% from 255) = 41.09%
BLUE value IS 44 (17.58% from 255) = 9.57%
R=49.35%
G=41.09%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271894400.170.810.1147.5476.5753.14
HexE3BD2C01151B304d35
Octal34327554021121136011565
Binary1110001110111101101100010001101000110111100001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BD2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BD2C; }

 p { color: rgb(227,189,44); }

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

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

 a { background-color: rgb(227,189,44); }

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

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

 span { border-color: rgb(227,189,44); }

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