#EABE2E

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

Shades of Bright Sun #EABE2E

Tints of Bright Sun #EABE2E

Color information

#EABE2E (or 0xEABE2E) is unknown color: approx Bright Sun. HEX triplet: EA, BE and 2E. RGB value is (234,190,46). Sum of RGB (Red+Green+Blue) = 234+190+46=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 46 (18.36% from 255 or 9.79% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABE2E is #1541D1. Grayscale: #BBBBBB. Windows color (decimal): -1393106 or 3063530. OLE color: 3063530.

HSL color Cylindrical-coordinate representation of color #EABE2E: hue angle of 45.96º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EABE2E is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB23419046-
CMYK00.190.800.08
HSL45.96º81.74%54.9%-
HSV(B)45.96º80.34%91.76%-
XYZ52.8454.5210.32-
YUV186.7448.58161.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.79%
GREEN value IS 190 (74.61% from 255) = 40.43%
BLUE value IS 46 (18.36% from 255) = 9.79%
R=49.79%
G=40.43%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.80
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341904600.190.800.0845.9681.7454.9
HexEABE2E0135082e5237
Octal35227656023120105612267
Binary1110101010111110101110010011101000010001011101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABE2E; }

 p { color: rgb(234,190,46); }

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

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

 a { background-color: rgb(234,190,46); }

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

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

 span { border-color: rgb(234,190,46); }

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