Html Css Color HEX #EC914C Sea Buckthorn

📋 copy color: '#EC914C'

red 236 ◦ green 145 ◦ blue 76

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

Shades of Sea Buckthorn #EC914C

Tints of Sea Buckthorn #EC914C

RGB

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

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

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

R = 51.64%
G = 31.73%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC914C (or 0xEC914C) is known color: Sea Buckthorn. HEX triplet: EC, 91 and 4C. RGB value is (236,145,76). Sum of RGB (Red+Green+Blue) = 236+145+76=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 76 (30.08% from 255 or 16.63% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC914C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC914C is #136EB3. Grayscale: #A4A4A4. Windows color (decimal): -1273524 or 5018092. OLE color: 5018092.

HSL color Cylindrical-coordinate representation of color #EC914C: hue angle of 25.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 #EC914C is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 145 76 -
CMYK 0 0.39 0.68 0.07
HSL 25.88º 0.81% 0.61% -
HSV(B) 25.88º 0.68% 0.93% -
XYZ 46.02 38.61 11.86 -
YUV 164.34 78.15 179.11 -
System Red Green Blue C M Y K H S L
Decimal 236 145 76 0 0.39 0.68 0.07 25.88 0.81 0.61
Hex EC 91 4C 0 27 44 7 1A 51 3D
Octal 354 221 114 0 47 104 7 32 121 75
Binary 11101100 10010001 1001100 0 100111 1000100 111 11010 1010001 111101

Color Harmonies of #EC914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC914C

Black with #EC914C

Text Example


Text Example

White with #EC914C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC914C; }

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

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

background-color css

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

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

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

border-color css

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

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

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