Shades of Yellow Sea #EF993D
Tints of Yellow Sea #EF993D
RGB
CMYK
RGB Variations
Color information
#EF993D (or 0xEF993D) is known color: 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
| RGB | 239 | 153 | 61 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.06 |
| HSL | 31.01º | 0.85% | 0.59% | - |
| HSV(B) | 31.01º | 0.74% | 0.94% | - |
| XYZ | 47.83 | 41.47 | 9.9 | - |
| YUV | 168.23 | 67.49 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 61 | 0 | 0.36 | 0.74 | 0.06 | 31.01 | 0.85 | 0.59 |
| Hex | EF | 99 | 3D | 0 | 24 | 4A | 6 | 1F | 55 | 3B |
| Octal | 357 | 231 | 75 | 0 | 44 | 112 | 6 | 37 | 125 | 73 |
| Binary | 11101111 | 10011001 | 111101 | 0 | 100100 | 1001010 | 110 | 11111 | 1010101 | 111011 |
Color Harmonies of #EF993D
Complementary color
Monochromatic Colors of #EF993D
Black with #EF993D
Text Example
Text Example
White with #EF993D
Text Example
Text Example
HTML Codes & Css Web 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>