#EC9D2F

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

Shades of Yellow Sea #EC9D2F

Tints of Yellow Sea #EC9D2F

Color information

#EC9D2F (or 0xEC9D2F) is unknown color: approx Yellow Sea. HEX triplet: EC, 9D and 2F. RGB value is (236,157,47). Sum of RGB (Red+Green+Blue) = 236+157+47=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 47 (18.75% from 255 or 10.68% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9D2F is #1362D0. Grayscale: #A8A8A8. Windows color (decimal): -1270481 or 3120620. OLE color: 3120620.

HSL color Cylindrical-coordinate representation of color #EC9D2F: hue angle of 34.92º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC9D2F is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB23615747-
CMYK00.330.800.07
HSL34.92º83.26%55.49%-
HSV(B)34.92º80.08%92.55%-
XYZ47.1642.158.34-
YUV168.0859.67176.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.64%
GREEN value IS 157 (61.72% from 255) = 35.68%
BLUE value IS 47 (18.75% from 255) = 10.68%
R=53.64%
G=35.68%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361574700.330.800.0734.9283.2655.49
HexEC9D2F021507235337
Octal3542355704112074312367
Binary1110110010011101101111010000110100001111000111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9D2F; }

 p { color: rgb(236,157,47); }

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

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

 a { background-color: rgb(236,157,47); }

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

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

 span { border-color: rgb(236,157,47); }

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