#EF993D

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

Shades of Yellow Sea #EF993D

Tints of Yellow Sea #EF993D

Color information

#EF993D (or 0xEF993D) is unknown color: approx Yellow Sea. HEX triplet: EF, 99 and 3D. RGB value is (239,153,61). Sum of RGB (Red+Green+Blue) = 239+153+61=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 61 (24.22% from 255 or 13.47% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF993D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF993D is #1066C2. Grayscale: #A8A8A8. Windows color (decimal): -1074883 or 4037103. OLE color: 4037103.

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

Color convert

RGB23915361-
CMYK00.360.740.06
HSL31.01º84.76%58.82%-
HSV(B)31.01º74.48%93.73%-
XYZ47.8341.479.9-
YUV168.2367.49178.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.76%
GREEN value IS 153 (60.16% from 255) = 33.77%
BLUE value IS 61 (24.22% from 255) = 13.47%
R=52.76%
G=33.77%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391536100.360.740.0631.0184.7658.82
HexEF993D0244A61f553b
Octal3572317504411263712573
Binary111011111001100111110101001001001010110111111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF993D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF993D; }

 p { color: rgb(239,153,61); }

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

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

 a { background-color: rgb(239,153,61); }

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

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

 span { border-color: rgb(239,153,61); }

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