#EABB3B

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

Shades of Bright Sun #EABB3B

Tints of Bright Sun #EABB3B

Color information

#EABB3B (or 0xEABB3B) is unknown color: approx Bright Sun. HEX triplet: EA, BB and 3B. RGB value is (234,187,59). Sum of RGB (Red+Green+Blue) = 234+187+59=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 59 (23.44% from 255 or 12.29% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABB3B is #1544C4. Grayscale: #BBBBBB. Windows color (decimal): -1393861 or 3914730. OLE color: 3914730.

HSL color Cylindrical-coordinate representation of color #EABB3B: hue angle of 43.89º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EABB3B is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB23418759-
CMYK00.200.750.08
HSL43.89º80.65%57.45%-
HSV(B)43.89º74.79%91.76%-
XYZ52.4953.3511.67-
YUV186.4656.07161.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.75%
GREEN value IS 187 (73.44% from 255) = 38.96%
BLUE value IS 59 (23.44% from 255) = 12.29%
R=48.75%
G=38.96%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341875900.200.750.0843.8980.6557.45
HexEABB3B0144B82c5139
Octal35227373024113105412171
Binary1110101010111011111011010100100101110001011001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABB3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABB3B; }

 p { color: rgb(234,187,59); }

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

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

 a { background-color: rgb(234,187,59); }

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

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

 span { border-color: rgb(234,187,59); }

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