Html Css Color HEX #EC914E Sea Buckthorn

📋 copy color: '#EC914E'

red 236 ◦ green 145 ◦ blue 78

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

Shades of Sea Buckthorn #EC914E

Tints of Sea Buckthorn #EC914E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.59%

 BLUE value IS 78 (30.86% from 255) = 16.99%

R = 51.42%
G = 31.59%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC914E (or 0xEC914E) is known color: Sea Buckthorn. HEX triplet: EC, 91 and 4E. RGB value is (236,145,78). Sum of RGB (Red+Green+Blue) = 236+145+78=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 78 (30.86% from 255 or 16.99% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC914E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC914E is #136EB1. Grayscale: #A4A4A4. Windows color (decimal): -1273522 or 5149164. OLE color: 5149164.

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

Color convert

RGB 236 145 78 -
CMYK 0 0.39 0.67 0.07
HSL 25.44º 0.81% 0.62% -
HSV(B) 25.44º 0.67% 0.93% -
XYZ 46.09 38.63 12.24 -
YUV 164.57 79.15 178.95 -
System Red Green Blue C M Y K H S L
Decimal 236 145 78 0 0.39 0.67 0.07 25.44 0.81 0.62
Hex EC 91 4E 0 27 43 7 19 51 3E
Octal 354 221 116 0 47 103 7 31 121 76
Binary 11101100 10010001 1001110 0 100111 1000011 111 11001 1010001 111110

Color Harmonies of #EC914E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC914E

Black with #EC914E

Text Example


Text Example

White with #EC914E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC914E; }

 p { color: rgb(236,145,78); }

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

background-color css

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

 a { background-color: rgb(236,145,78); }

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

border-color css

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

 span { border-color: rgb(236,145,78); }

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