Html Css Color HEX #ECA14A Sea Buckthorn

📋 copy color: '#ECA14A'

red 236 ◦ green 161 ◦ blue 74

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

Shades of Sea Buckthorn #ECA14A

Tints of Sea Buckthorn #ECA14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.71%

R = 50.11%
G = 34.18%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECA14A (or 0xECA14A) is known color: Sea Buckthorn. HEX triplet: EC, A1 and 4A. RGB value is (236,161,74). Sum of RGB (Red+Green+Blue) = 236+161+74=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA14A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA14A is #135EB5. Grayscale: #ADADAD. Windows color (decimal): -1269430 or 4891116. OLE color: 4891116.

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

Color convert

RGB 236 161 74 -
CMYK 0 0.32 0.69 0.07
HSL 32.22º 0.81% 0.61% -
HSV(B) 32.22º 0.69% 0.93% -
XYZ 48.57 43.82 12.38 -
YUV 173.51 71.85 172.57 -
System Red Green Blue C M Y K H S L
Decimal 236 161 74 0 0.32 0.69 0.07 32.22 0.81 0.61
Hex EC A1 4A 0 20 45 7 20 51 3D
Octal 354 241 112 0 40 105 7 40 121 75
Binary 11101100 10100001 1001010 0 100000 1000101 111 100000 1010001 111101

Color Harmonies of #ECA14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA14A

Black with #ECA14A

Text Example


Text Example

White with #ECA14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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