#EFA239

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

Shades of Yellow Sea #EFA239

Tints of Yellow Sea #EFA239

Color information

#EFA239 (or 0xEFA239) is unknown color: approx Yellow Sea. HEX triplet: EF, A2 and 39. RGB value is (239,162,57). Sum of RGB (Red+Green+Blue) = 239+162+57=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 57 (22.66% from 255 or 12.45% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA239 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA239 is #105DC6. Grayscale: #ADADAD. Windows color (decimal): -1072583 or 3777263. OLE color: 3777263.

HSL color Cylindrical-coordinate representation of color #EFA239: hue angle of 34.62º 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 #EFA239 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB23916257-
CMYK00.320.760.06
HSL34.62º85.05%58.04%-
HSV(B)34.62º76.15%93.73%-
XYZ49.2644.499.86-
YUV173.0562.51175.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.18%
GREEN value IS 162 (63.67% from 255) = 35.37%
BLUE value IS 57 (22.66% from 255) = 12.45%
R=52.18%
G=35.37%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391625700.320.760.0634.6285.0558.04
HexEFA2390204C623553a
Octal3572427104011464312572
Binary1110111110100010111001010000010011001101000111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA239; }

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

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

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

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

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

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

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

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