#EFA139

Color #EFA139 Yellow Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Sea #EFA139

Tints of Yellow Sea #EFA139

Color information

#EFA139 (or 0xEFA139) is unknown color: approx Yellow Sea. HEX triplet: EF, A1 and 39. RGB value is (239,161,57). Sum of RGB (Red+Green+Blue) = 239+161+57=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 57 (22.66% from 255 or 12.47% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA139 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA139 is #105EC6. Grayscale: #ACACAC. Windows color (decimal): -1072839 or 3777007. OLE color: 3777007.

HSL color Cylindrical-coordinate representation of color #EFA139: hue angle of 34.29º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFA139 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB23916157-
CMYK00.330.760.06
HSL34.29º85.05%58.04%-
HSV(B)34.29º76.15%93.73%-
XYZ49.0844.149.8-
YUV172.4762.84175.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.30%
GREEN value IS 161 (63.28% from 255) = 35.23%
BLUE value IS 57 (22.66% from 255) = 12.47%
R=52.30%
G=35.23%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391615700.330.760.0634.2985.0558.04
HexEFA1390214C622553a
Octal3572417104111464212572
Binary1110111110100001111001010000110011001101000101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA139; }

 p { color: rgb(239,161,57); }

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

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

 a { background-color: rgb(239,161,57); }

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

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

 span { border-color: rgb(239,161,57); }

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