Html Css Color HEX #ECA146 Sea Buckthorn

📋 copy color: '#ECA146'

red 236 ◦ green 161 ◦ blue 70

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

Shades of Sea Buckthorn #ECA146

Tints of Sea Buckthorn #ECA146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.99%

R = 50.54%
G = 34.48%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ECA146 (or 0xECA146) is known color: Sea Buckthorn. HEX triplet: EC, A1 and 46. RGB value is (236,161,70). Sum of RGB (Red+Green+Blue) = 236+161+70=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 70 (27.73% from 255 or 14.99% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA146 is #135EB9. Grayscale: #ADADAD. Windows color (decimal): -1269434 or 4628972. OLE color: 4628972.

HSL color Cylindrical-coordinate representation of color #ECA146: hue angle of 32.89º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECA146 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 161 70 -
CMYK 0 0.32 0.70 0.07
HSL 32.89º 0.81% 0.6% -
HSV(B) 32.89º 0.7% 0.93% -
XYZ 48.44 43.76 11.69 -
YUV 173.05 69.85 172.9 -
System Red Green Blue C M Y K H S L
Decimal 236 161 70 0 0.32 0.70 0.07 32.89 0.81 0.6
Hex EC A1 46 0 20 46 7 21 51 3C
Octal 354 241 106 0 40 106 7 41 121 74
Binary 11101100 10100001 1000110 0 100000 1000110 111 100001 1010001 111100

Color Harmonies of #ECA146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA146

Black with #ECA146

Text Example


Text Example

White with #ECA146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA146; }

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

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

background-color css

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

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

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

border-color css

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

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

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