Html Css Color HEX #EC984A Sea Buckthorn

📋 copy color: '#EC984A'

red 236 ◦ green 152 ◦ blue 74

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

Shades of Sea Buckthorn #EC984A

Tints of Sea Buckthorn #EC984A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.9%

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

R = 51.08%
G = 32.9%
B = 16.02%

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

#EC984A (or 0xEC984A) is known color: Sea Buckthorn. HEX triplet: EC, 98 and 4A. RGB value is (236,152,74). Sum of RGB (Red+Green+Blue) = 236+152+74=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC984A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC984A is #1367B5. Grayscale: #A8A8A8. Windows color (decimal): -1271734 or 4888812. OLE color: 4888812.

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

Color convert

RGB 236 152 74 -
CMYK 0 0.36 0.69 0.07
HSL 28.89º 0.81% 0.61% -
HSV(B) 28.89º 0.69% 0.93% -
XYZ 47.06 40.78 11.87 -
YUV 168.22 74.83 176.34 -
System Red Green Blue C M Y K H S L
Decimal 236 152 74 0 0.36 0.69 0.07 28.89 0.81 0.61
Hex EC 98 4A 0 24 45 7 1D 51 3D
Octal 354 230 112 0 44 105 7 35 121 75
Binary 11101100 10011000 1001010 0 100100 1000101 111 11101 1010001 111101

Color Harmonies of #EC984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC984A

Black with #EC984A

Text Example


Text Example

White with #EC984A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC984A; }

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

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

background-color css

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

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

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

border-color css

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

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

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