Html Css Color HEX #EC9940 Sea Buckthorn

📋 copy color: '#EC9940'

red 236 ◦ green 153 ◦ blue 64

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

Shades of Sea Buckthorn #EC9940

Tints of Sea Buckthorn #EC9940

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.77%

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

R = 52.1%
G = 33.77%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC9940 (or 0xEC9940) is known color: Sea Buckthorn. HEX triplet: EC, 99 and 40. RGB value is (236,153,64). Sum of RGB (Red+Green+Blue) = 236+153+64=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9940 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9940 is #1366BF. Grayscale: #A8A8A8. Windows color (decimal): -1271488 or 4233708. OLE color: 4233708.

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

Color convert

RGB 236 153 64 -
CMYK 0 0.35 0.73 0.07
HSL 31.05º 0.82% 0.59% -
HSV(B) 31.05º 0.73% 0.93% -
XYZ 46.91 40.99 10.29 -
YUV 167.67 69.5 176.74 -
System Red Green Blue C M Y K H S L
Decimal 236 153 64 0 0.35 0.73 0.07 31.05 0.82 0.59
Hex EC 99 40 0 23 49 7 1F 52 3B
Octal 354 231 100 0 43 111 7 37 122 73
Binary 11101100 10011001 1000000 0 100011 1001001 111 11111 1010010 111011

Color Harmonies of #EC9940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9940

Black with #EC9940

Text Example


Text Example

White with #EC9940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9940; }

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

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

background-color css

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

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

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

border-color css

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

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

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