#EAC138

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

Shades of Bright Sun #EAC138

Tints of Bright Sun #EAC138

Color information

#EAC138 (or 0xEAC138) is unknown color: approx Bright Sun. HEX triplet: EA, C1 and 38. RGB value is (234,193,56). Sum of RGB (Red+Green+Blue) = 234+193+56=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 56 (22.27% from 255 or 11.59% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC138 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC138 is #153EC7. Grayscale: #BEBEBE. Windows color (decimal): -1392328 or 3719658. OLE color: 3719658.

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

Color convert

RGB23419356-
CMYK00.180.760.08
HSL46.18º80.91%56.86%-
HSV(B)46.18º76.07%91.76%-
XYZ53.7255.9211.7-
YUV189.6452.58159.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.45%
GREEN value IS 193 (75.78% from 255) = 39.96%
BLUE value IS 56 (22.27% from 255) = 11.59%
R=48.45%
G=39.96%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341935600.180.760.0846.1880.9156.86
HexEAC1380124C82e5139
Octal35230170022114105612171
Binary1110101011000001111000010010100110010001011101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC138; }

 p { color: rgb(234,193,56); }

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

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

 a { background-color: rgb(234,193,56); }

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

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

 span { border-color: rgb(234,193,56); }

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