Html Css Color HEX #EC962E Yellow Sea

📋 copy color: '#EC962E'

red 236 ◦ green 150 ◦ blue 46

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

Shades of Yellow Sea #EC962E

Tints of Yellow Sea #EC962E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.72%

 BLUE value IS 46 (18.36% from 255) = 10.65%

R = 54.63%
G = 34.72%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC962E (or 0xEC962E) is known color: Yellow Sea. HEX triplet: EC, 96 and 2E. RGB value is (236,150,46). Sum of RGB (Red+Green+Blue) = 236+150+46=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 46 (18.36% from 255 or 10.65% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC962E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC962E is #1369D1. Grayscale: #A4A4A4. Windows color (decimal): -1272274 or 3053292. OLE color: 3053292.

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

Color convert

RGB 236 150 46 -
CMYK 0 0.36 0.81 0.07
HSL 32.84º 0.83% 0.55% -
HSV(B) 32.84º 0.81% 0.93% -
XYZ 45.99 39.84 7.85 -
YUV 163.86 61.49 179.46 -
System Red Green Blue C M Y K H S L
Decimal 236 150 46 0 0.36 0.81 0.07 32.84 0.83 0.55
Hex EC 96 2E 0 24 51 7 21 53 37
Octal 354 226 56 0 44 121 7 41 123 67
Binary 11101100 10010110 101110 0 100100 1010001 111 100001 1010011 110111

Color Harmonies of #EC962E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC962E

Black with #EC962E

Text Example


Text Example

White with #EC962E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC962E; }

 p { color: rgb(236,150,46); }

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

background-color css

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

 a { background-color: rgb(236,150,46); }

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

border-color css

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

 span { border-color: rgb(236,150,46); }

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