#ef9d3a

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

Shades of Yellow Sea #EF9D3A

Tints of Yellow Sea #EF9D3A

Color information

#EF9D3A (or 0xEF9D3A) is unknown color: approx Yellow Sea. HEX triplet: EF, 9D and 3A. RGB value is (239,157,58). Sum of RGB (Red+Green+Blue) = 239+157+58=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 157 (61.72% from 255 or 34.58% from 454); Blue value is 58 (23.05% from 255 or 12.78% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9D3A is #1062C5. Grayscale: #AAAAAA. Windows color (decimal): -1073862 or 3841519. OLE color: 3841519.

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

Color convert

RGB23915758-
CMYK00.340.760.06
HSL32.82º84.98%58.24%-
HSV(B)32.82º75.73%93.73%-
XYZ48.4242.779.71-
YUV170.2364.67177.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.64%
GREEN value IS 157 (61.72% from 255) = 34.58%
BLUE value IS 58 (23.05% from 255) = 12.78%
R=52.64%
G=34.58%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391575800.340.760.0632.8284.9858.24
HexEF9D3A0224C621553a
Octal3572357204211464112572
Binary1110111110011101111010010001010011001101000011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef9d3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef9d3a; }

 p { color: rgb(239,157,58); }

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

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

 a { background-color: rgb(239,157,58); }

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

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

 span { border-color: rgb(239,157,58); }

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