Html Css Color HEX #ECA046 Sea Buckthorn

📋 copy color: '#ECA046'

red 236 ◦ green 160 ◦ blue 70

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

Shades of Sea Buckthorn #ECA046

Tints of Sea Buckthorn #ECA046

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.33%

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

R = 50.64%
G = 34.33%
B = 15.02%

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

#ECA046 (or 0xECA046) is known color: Sea Buckthorn. HEX triplet: EC, A0 and 46. RGB value is (236,160,70). Sum of RGB (Red+Green+Blue) = 236+160+70=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 70 (27.73% from 255 or 15.02% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA046 is #135FB9. Grayscale: #ACACAC. Windows color (decimal): -1269690 or 4628716. OLE color: 4628716.

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

Color convert

RGB 236 160 70 -
CMYK 0 0.32 0.70 0.07
HSL 32.53º 0.81% 0.6% -
HSV(B) 32.53º 0.7% 0.93% -
XYZ 48.27 43.42 11.63 -
YUV 172.46 70.18 173.32 -
System Red Green Blue C M Y K H S L
Decimal 236 160 70 0 0.32 0.70 0.07 32.53 0.81 0.6
Hex EC A0 46 0 20 46 7 21 51 3C
Octal 354 240 106 0 40 106 7 41 121 74
Binary 11101100 10100000 1000110 0 100000 1000110 111 100001 1010001 111100

Color Harmonies of #ECA046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA046

Black with #ECA046

Text Example


Text Example

White with #ECA046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA046; }

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

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

background-color css

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

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

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

border-color css

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

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

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