#ef9a2e

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

Shades of Yellow Sea #EF9A2E

Tints of Yellow Sea #EF9A2E

Color information

#EF9A2E (or 0xEF9A2E) is unknown color: approx Yellow Sea. HEX triplet: EF, 9A and 2E. RGB value is (239,154,46). Sum of RGB (Red+Green+Blue) = 239+154+46=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 46 (18.36% from 255 or 10.48% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9A2E is #1065D1. Grayscale: #A7A7A7. Windows color (decimal): -1074642 or 3054319. OLE color: 3054319.

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

Color convert

RGB23915446-
CMYK00.360.810.06
HSL33.58º85.78%55.88%-
HSV(B)33.58º80.75%93.73%-
XYZ47.6541.668.11-
YUV167.159.66179.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.44%
GREEN value IS 154 (60.55% from 255) = 35.08%
BLUE value IS 46 (18.36% from 255) = 10.48%
R=54.44%
G=35.08%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391544600.360.810.0633.5885.7855.88
HexEF9A2E024516225638
Octal3572325604412164212670
Binary1110111110011010101110010010010100011101000101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef9a2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef9a2e; }

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

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

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

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

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

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

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

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