Html Css Color HEX #EC9B31 Yellow Sea

📋 copy color: '#EC9B31'

red 236 ◦ green 155 ◦ blue 49

#EC9B31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Sea #EC9B31

Tints of Yellow Sea #EC9B31

RGB

 RED value IS 236 (92.58% from 255) = 53.64%

 GREEN value IS 155 (60.94% from 255) = 35.23%

 BLUE value IS 49 (19.53% from 255) = 11.14%

R = 53.64%
G = 35.23%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC9B31 (or 0xEC9B31) is known color: Yellow Sea. HEX triplet: EC, 9B and 31. RGB value is (236,155,49). Sum of RGB (Red+Green+Blue) = 236+155+49=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 49 (19.53% from 255 or 11.14% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9B31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9B31 is #1364CE. Grayscale: #A7A7A7. Windows color (decimal): -1270991 or 3251180. OLE color: 3251180.

HSL color Cylindrical-coordinate representation of color #EC9B31: hue angle of 34.01º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC9B31 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 155 49 -
CMYK 0 0.34 0.79 0.07
HSL 34.01º 0.83% 0.56% -
HSV(B) 34.01º 0.79% 0.93% -
XYZ 46.87 41.5 8.45 -
YUV 167.14 61.34 177.12 -
System Red Green Blue C M Y K H S L
Decimal 236 155 49 0 0.34 0.79 0.07 34.01 0.83 0.56
Hex EC 9B 31 0 22 4F 7 22 53 38
Octal 354 233 61 0 42 117 7 42 123 70
Binary 11101100 10011011 110001 0 100010 1001111 111 100010 1010011 111000

Color Harmonies of #EC9B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9B31

Black with #EC9B31

Text Example


Text Example

White with #EC9B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9B31; }

 p { color: rgb(236,155,49); }

 H1.HeaderClassName
 {
   color: #EC9B31;
 }
 .AnyTagClassName
 {
   color: #EC9B31;
 }
</style>

background-color css

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

 a { background-color: rgb(236,155,49); }

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

border-color css

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

 span { border-color: rgb(236,155,49); }

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