#EABC3B

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

Shades of Bright Sun #EABC3B

Tints of Bright Sun #EABC3B

Color information

#EABC3B (or 0xEABC3B) is unknown color: approx Bright Sun. HEX triplet: EA, BC and 3B. RGB value is (234,188,59). Sum of RGB (Red+Green+Blue) = 234+188+59=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 59 (23.44% from 255 or 12.27% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABC3B is #1543C4. Grayscale: #BBBBBB. Windows color (decimal): -1393605 or 3914986. OLE color: 3914986.

HSL color Cylindrical-coordinate representation of color #EABC3B: hue angle of 44.23º 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 #EABC3B is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB23418859-
CMYK00.200.750.08
HSL44.23º80.65%57.45%-
HSV(B)44.23º74.79%91.76%-
XYZ52.753.7711.74-
YUV187.0555.74161.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.65%
GREEN value IS 188 (73.83% from 255) = 39.09%
BLUE value IS 59 (23.44% from 255) = 12.27%
R=48.65%
G=39.09%
B=12.27%

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
Decimal2341885900.200.750.0844.2380.6557.45
HexEABC3B0144B82c5139
Octal35227473024113105412171
Binary1110101010111100111011010100100101110001011001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABC3B; }

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

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

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

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

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

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

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

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