#E9BF2C

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

Shades of Bright Sun #E9BF2C

Tints of Bright Sun #E9BF2C

Color information

#E9BF2C (or 0xE9BF2C) is unknown color: approx Bright Sun. HEX triplet: E9, BF and 2C. RGB value is (233,191,44). Sum of RGB (Red+Green+Blue) = 233+191+44=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 44 (17.58% from 255 or 9.40% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BF2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9BF2C is #1640D3. Grayscale: #BBBBBB. Windows color (decimal): -1458388 or 2932713. OLE color: 2932713.

HSL color Cylindrical-coordinate representation of color #E9BF2C: hue angle of 46.67º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E9BF2C is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB23319144-
CMYK00.180.810.09
HSL46.67º81.12%54.31%-
HSV(B)46.67º81.12%91.37%-
XYZ52.6954.7710.18-
YUV186.847.41160.95-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.79%
GREEN value IS 191 (75% from 255) = 40.81%
BLUE value IS 44 (17.58% from 255) = 9.40%
R=49.79%
G=40.81%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331914400.180.810.0946.6781.1254.31
HexE9BF2C0125192f5136
Octal35127754022121115712166
Binary1110100110111111101100010010101000110011011111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BF2C; }

 p { color: rgb(233,191,44); }

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

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

 a { background-color: rgb(233,191,44); }

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

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

 span { border-color: rgb(233,191,44); }

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