Html Css Color HEX #EC994B Sea Buckthorn

📋 copy color: '#EC994B'

red 236 ◦ green 153 ◦ blue 75

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

Shades of Sea Buckthorn #EC994B

Tints of Sea Buckthorn #EC994B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.97%

 BLUE value IS 75 (29.69% from 255) = 16.16%

R = 50.86%
G = 32.97%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC994B (or 0xEC994B) is known color: Sea Buckthorn. HEX triplet: EC, 99 and 4B. RGB value is (236,153,75). Sum of RGB (Red+Green+Blue) = 236+153+75=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC994B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC994B is #1366B4. Grayscale: #A9A9A9. Windows color (decimal): -1271477 or 4954604. OLE color: 4954604.

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

Color convert

RGB 236 153 75 -
CMYK 0 0.35 0.68 0.07
HSL 29.07º 0.81% 0.61% -
HSV(B) 29.07º 0.68% 0.93% -
XYZ 47.25 41.12 12.1 -
YUV 168.93 75 175.84 -
System Red Green Blue C M Y K H S L
Decimal 236 153 75 0 0.35 0.68 0.07 29.07 0.81 0.61
Hex EC 99 4B 0 23 44 7 1D 51 3D
Octal 354 231 113 0 43 104 7 35 121 75
Binary 11101100 10011001 1001011 0 100011 1000100 111 11101 1010001 111101

Color Harmonies of #EC994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC994B

Black with #EC994B

Text Example


Text Example

White with #EC994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC994B; }

 p { color: rgb(236,153,75); }

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

background-color css

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

 a { background-color: rgb(236,153,75); }

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

border-color css

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

 span { border-color: rgb(236,153,75); }

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