Html Css Color HEX #EC9A32 Yellow Sea

📋 copy color: '#EC9A32'

red 236 ◦ green 154 ◦ blue 50

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

Shades of Yellow Sea #EC9A32

Tints of Yellow Sea #EC9A32

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35%

 BLUE value IS 50 (19.92% from 255) = 11.36%

R = 53.64%
G = 35%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC9A32 (or 0xEC9A32) is known color: Yellow Sea. HEX triplet: EC, 9A and 32. RGB value is (236,154,50). Sum of RGB (Red+Green+Blue) = 236+154+50=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9A32 is #1365CD. Grayscale: #A7A7A7. Windows color (decimal): -1271246 or 3316460. OLE color: 3316460.

HSL color Cylindrical-coordinate representation of color #EC9A32: hue angle of 33.55º 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 #EC9A32 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 154 50 -
CMYK 0 0.35 0.79 0.07
HSL 33.55º 0.83% 0.56% -
HSV(B) 33.55º 0.79% 0.93% -
XYZ 46.72 41.17 8.5 -
YUV 166.66 62.17 177.46 -
System Red Green Blue C M Y K H S L
Decimal 236 154 50 0 0.35 0.79 0.07 33.55 0.83 0.56
Hex EC 9A 32 0 23 4F 7 22 53 38
Octal 354 232 62 0 43 117 7 42 123 70
Binary 11101100 10011010 110010 0 100011 1001111 111 100010 1010011 111000

Color Harmonies of #EC9A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9A32

Black with #EC9A32

Text Example


Text Example

White with #EC9A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9A32; }

 p { color: rgb(236,154,50); }

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

background-color css

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

 a { background-color: rgb(236,154,50); }

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

border-color css

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

 span { border-color: rgb(236,154,50); }

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