Html Css Color HEX #EC9640 Sea Buckthorn

📋 copy color: '#EC9640'

red 236 ◦ green 150 ◦ blue 64

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

Shades of Sea Buckthorn #EC9640

Tints of Sea Buckthorn #EC9640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.22%

R = 52.44%
G = 33.33%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC9640 (or 0xEC9640) is known color: Sea Buckthorn. HEX triplet: EC, 96 and 40. RGB value is (236,150,64). Sum of RGB (Red+Green+Blue) = 236+150+64=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9640 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9640 is #1369BF. Grayscale: #A6A6A6. Windows color (decimal): -1272256 or 4232940. OLE color: 4232940.

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

Color convert

RGB 236 150 64 -
CMYK 0 0.36 0.73 0.07
HSL 30º 0.82% 0.59% -
HSV(B) 30º 0.73% 0.93% -
XYZ 46.42 40.02 10.13 -
YUV 165.91 70.49 177.99 -
System Red Green Blue C M Y K H S L
Decimal 236 150 64 0 0.36 0.73 0.07 30 0.82 0.59
Hex EC 96 40 0 24 49 7 1E 52 3B
Octal 354 226 100 0 44 111 7 36 122 73
Binary 11101100 10010110 1000000 0 100100 1001001 111 11110 1010010 111011

Color Harmonies of #EC9640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9640

Black with #EC9640

Text Example


Text Example

White with #EC9640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9640; }

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

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

background-color css

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

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

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

border-color css

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

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

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