#e4bd27

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

Shades of Bright Sun #E4BD27

Tints of Bright Sun #E4BD27

Color information

#E4BD27 (or 0xE4BD27) is unknown color: approx Bright Sun. HEX triplet: E4, BD and 27. RGB value is (228,189,39). Sum of RGB (Red+Green+Blue) = 228+189+39=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 39 (15.62% from 255 or 8.55% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BD27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4BD27 is #1B42D8. Grayscale: #B8B8B8. Windows color (decimal): -1786585 or 2604516. OLE color: 2604516.

HSL color Cylindrical-coordinate representation of color #E4BD27: hue angle of 47.62º degrees, saturation: 0.78, 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 #E4BD27 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB22818939-
CMYK00.170.830.11
HSL47.62º77.78%52.35%-
HSV(B)47.62º82.89%89.41%-
XYZ50.5653.049.49-
YUV183.5646.42159.7-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50%
GREEN value IS 189 (74.22% from 255) = 41.45%
BLUE value IS 39 (15.62% from 255) = 8.55%
R=50%
G=41.45%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281893900.170.830.1147.6277.7852.35
HexE4BD2701153B304e34
Octal34427547021123136011664
Binary1110010010111101100111010001101001110111100001001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e4bd27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e4bd27; }

 p { color: rgb(228,189,39); }

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

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

 a { background-color: rgb(228,189,39); }

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

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

 span { border-color: rgb(228,189,39); }

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