Html Css Color HEX #EC994D Sea Buckthorn

📋 copy color: '#EC994D'

red 236 ◦ green 153 ◦ blue 77

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

Shades of Sea Buckthorn #EC994D

Tints of Sea Buckthorn #EC994D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.52%

R = 50.64%
G = 32.83%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC994D (or 0xEC994D) is known color: Sea Buckthorn. HEX triplet: EC, 99 and 4D. RGB value is (236,153,77). Sum of RGB (Red+Green+Blue) = 236+153+77=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC994D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC994D is #1366B2. Grayscale: #A9A9A9. Windows color (decimal): -1271475 or 5085676. OLE color: 5085676.

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

Color convert

RGB 236 153 77 -
CMYK 0 0.35 0.67 0.07
HSL 28.68º 0.81% 0.61% -
HSV(B) 28.68º 0.67% 0.93% -
XYZ 47.32 41.15 12.47 -
YUV 169.15 76 175.68 -
System Red Green Blue C M Y K H S L
Decimal 236 153 77 0 0.35 0.67 0.07 28.68 0.81 0.61
Hex EC 99 4D 0 23 43 7 1D 51 3D
Octal 354 231 115 0 43 103 7 35 121 75
Binary 11101100 10011001 1001101 0 100011 1000011 111 11101 1010001 111101

Color Harmonies of #EC994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC994D

Black with #EC994D

Text Example


Text Example

White with #EC994D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC994D; }

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

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

background-color css

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

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

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

border-color css

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

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

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