Html Css Color HEX #EC935F Crusta

📋 copy color: '#EC935F'

red 236 ◦ green 147 ◦ blue 95

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

Shades of Crusta #EC935F

Tints of Crusta #EC935F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.75%

 BLUE value IS 95 (37.5% from 255) = 19.87%

R = 49.37%
G = 30.75%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC935F (or 0xEC935F) is known color: Crusta. HEX triplet: EC, 93 and 5F. RGB value is (236,147,95). Sum of RGB (Red+Green+Blue) = 236+147+95=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 95 (37.5% from 255 or 19.87% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC935F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC935F is #136CA0. Grayscale: #A7A7A7. Windows color (decimal): -1272993 or 6263788. OLE color: 6263788.

HSL color Cylindrical-coordinate representation of color #EC935F: hue angle of 22.13º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC935F is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 147 95 -
CMYK 0 0.38 0.60 0.07
HSL 22.13º 0.79% 0.65% -
HSV(B) 22.13º 0.6% 0.93% -
XYZ 47.09 39.53 15.97 -
YUV 167.68 86.99 176.73 -
System Red Green Blue C M Y K H S L
Decimal 236 147 95 0 0.38 0.60 0.07 22.13 0.79 0.65
Hex EC 93 5F 0 26 3C 7 16 4F 41
Octal 354 223 137 0 46 74 7 26 117 101
Binary 11101100 10010011 1011111 0 100110 111100 111 10110 1001111 1000001

Color Harmonies of #EC935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC935F

Black with #EC935F

Text Example


Text Example

White with #EC935F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC935F; }

 p { color: rgb(236,147,95); }

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

background-color css

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

 a { background-color: rgb(236,147,95); }

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

border-color css

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

 span { border-color: rgb(236,147,95); }

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