Html Css Color HEX #ECA14C Sea Buckthorn

📋 copy color: '#ECA14C'

red 236 ◦ green 161 ◦ blue 76

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

Shades of Sea Buckthorn #ECA14C

Tints of Sea Buckthorn #ECA14C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.04%

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

R = 49.89%
G = 34.04%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECA14C (or 0xECA14C) is known color: Sea Buckthorn. HEX triplet: EC, A1 and 4C. RGB value is (236,161,76). Sum of RGB (Red+Green+Blue) = 236+161+76=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 76 (30.08% from 255 or 16.07% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA14C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA14C is #135EB3. Grayscale: #AEAEAE. Windows color (decimal): -1269428 or 5022188. OLE color: 5022188.

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

Color convert

RGB 236 161 76 -
CMYK 0 0.32 0.68 0.07
HSL 31.88º 0.81% 0.61% -
HSV(B) 31.88º 0.68% 0.93% -
XYZ 48.64 43.84 12.74 -
YUV 173.74 72.85 172.41 -
System Red Green Blue C M Y K H S L
Decimal 236 161 76 0 0.32 0.68 0.07 31.88 0.81 0.61
Hex EC A1 4C 0 20 44 7 20 51 3D
Octal 354 241 114 0 40 104 7 40 121 75
Binary 11101100 10100001 1001100 0 100000 1000100 111 100000 1010001 111101

Color Harmonies of #ECA14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA14C

Black with #ECA14C

Text Example


Text Example

White with #ECA14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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