Html Css Color HEX #ECA346 Sea Buckthorn

📋 copy color: '#ECA346'

red 236 ◦ green 163 ◦ blue 70

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

Shades of Sea Buckthorn #ECA346

Tints of Sea Buckthorn #ECA346

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.75%

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

R = 50.32%
G = 34.75%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ECA346 (or 0xECA346) is known color: Sea Buckthorn. HEX triplet: EC, A3 and 46. RGB value is (236,163,70). Sum of RGB (Red+Green+Blue) = 236+163+70=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 70 (27.73% from 255 or 14.93% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA346 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA346 is #135CB9. Grayscale: #AEAEAE. Windows color (decimal): -1268922 or 4629484. OLE color: 4629484.

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

Color convert

RGB 236 163 70 -
CMYK 0 0.31 0.70 0.07
HSL 33.61º 0.81% 0.6% -
HSV(B) 33.61º 0.7% 0.93% -
XYZ 48.79 44.47 11.81 -
YUV 174.23 69.18 172.06 -
System Red Green Blue C M Y K H S L
Decimal 236 163 70 0 0.31 0.70 0.07 33.61 0.81 0.6
Hex EC A3 46 0 1F 46 7 22 51 3C
Octal 354 243 106 0 37 106 7 42 121 74
Binary 11101100 10100011 1000110 0 11111 1000110 111 100010 1010001 111100

Color Harmonies of #ECA346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA346

Black with #ECA346

Text Example


Text Example

White with #ECA346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA346; }

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

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

background-color css

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

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

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

border-color css

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

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

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