Html Css Color HEX #EC964A Sea Buckthorn

📋 copy color: '#EC964A'

red 236 ◦ green 150 ◦ blue 74

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

Shades of Sea Buckthorn #EC964A

Tints of Sea Buckthorn #EC964A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.61%

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

R = 51.3%
G = 32.61%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC964A (or 0xEC964A) is known color: Sea Buckthorn. HEX triplet: EC, 96 and 4A. RGB value is (236,150,74). Sum of RGB (Red+Green+Blue) = 236+150+74=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC964A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC964A is #1369B5. Grayscale: #A7A7A7. Windows color (decimal): -1272246 or 4888300. OLE color: 4888300.

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

Color convert

RGB 236 150 74 -
CMYK 0 0.36 0.69 0.07
HSL 28.15º 0.81% 0.61% -
HSV(B) 28.15º 0.69% 0.93% -
XYZ 46.73 40.14 11.76 -
YUV 167.05 75.49 177.18 -
System Red Green Blue C M Y K H S L
Decimal 236 150 74 0 0.36 0.69 0.07 28.15 0.81 0.61
Hex EC 96 4A 0 24 45 7 1C 51 3D
Octal 354 226 112 0 44 105 7 34 121 75
Binary 11101100 10010110 1001010 0 100100 1000101 111 11100 1010001 111101

Color Harmonies of #EC964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC964A

Black with #EC964A

Text Example


Text Example

White with #EC964A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC964A; }

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

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

background-color css

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

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

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

border-color css

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

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

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