#EF962E

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

Shades of Yellow Sea #EF962E

Tints of Yellow Sea #EF962E

Color information

#EF962E (or 0xEF962E) is unknown color: approx Yellow Sea. HEX triplet: EF, 96 and 2E. RGB value is (239,150,46). Sum of RGB (Red+Green+Blue) = 239+150+46=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 46 (18.36% from 255 or 10.57% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF962E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF962E is #1069D1. Grayscale: #A5A5A5. Windows color (decimal): -1075666 or 3053295. OLE color: 3053295.

HSL color Cylindrical-coordinate representation of color #EF962E: hue angle of 32.33º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF962E is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB23915046-
CMYK00.370.810.06
HSL32.33º85.78%55.88%-
HSV(B)32.33º80.75%93.73%-
XYZ4740.367.9-
YUV164.7660.99180.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.94%
GREEN value IS 150 (58.98% from 255) = 34.48%
BLUE value IS 46 (18.36% from 255) = 10.57%
R=54.94%
G=34.48%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391504600.370.810.0632.3385.7855.88
HexEF962E025516205638
Octal3572265604512164012670
Binary1110111110010110101110010010110100011101000001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF962E; }

 p { color: rgb(239,150,46); }

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

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

 a { background-color: rgb(239,150,46); }

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

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

 span { border-color: rgb(239,150,46); }

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