Html Css Color HEX #EC994C Sea Buckthorn

📋 copy color: '#EC994C'

red 236 ◦ green 153 ◦ blue 76

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

Shades of Sea Buckthorn #EC994C

Tints of Sea Buckthorn #EC994C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.34%

R = 50.75%
G = 32.9%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC994C (or 0xEC994C) is known color: Sea Buckthorn. HEX triplet: EC, 99 and 4C. RGB value is (236,153,76). Sum of RGB (Red+Green+Blue) = 236+153+76=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 76 (30.08% from 255 or 16.34% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC994C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC994C is #1366B3. Grayscale: #A9A9A9. Windows color (decimal): -1271476 or 5020140. OLE color: 5020140.

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

Color convert

RGB 236 153 76 -
CMYK 0 0.35 0.68 0.07
HSL 28.88º 0.81% 0.61% -
HSV(B) 28.88º 0.68% 0.93% -
XYZ 47.29 41.14 12.29 -
YUV 169.04 75.5 175.76 -
System Red Green Blue C M Y K H S L
Decimal 236 153 76 0 0.35 0.68 0.07 28.88 0.81 0.61
Hex EC 99 4C 0 23 44 7 1D 51 3D
Octal 354 231 114 0 43 104 7 35 121 75
Binary 11101100 10011001 1001100 0 100011 1000100 111 11101 1010001 111101

Color Harmonies of #EC994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC994C

Black with #EC994C

Text Example


Text Example

White with #EC994C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC994C; }

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

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

background-color css

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

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

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

border-color css

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

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

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