Html Css Color HEX #EC935E Crusta

📋 copy color: '#EC935E'

red 236 ◦ green 147 ◦ blue 94

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

Shades of Crusta #EC935E

Tints of Crusta #EC935E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.71%

R = 49.48%
G = 30.82%
B = 19.71%

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

#EC935E (or 0xEC935E) is known color: Crusta. HEX triplet: EC, 93 and 5E. RGB value is (236,147,94). Sum of RGB (Red+Green+Blue) = 236+147+94=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC935E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC935E is #136CA1. Grayscale: #A7A7A7. Windows color (decimal): -1272994 or 6198252. OLE color: 6198252.

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

Color convert

RGB 236 147 94 -
CMYK 0 0.38 0.60 0.07
HSL 22.39º 0.79% 0.65% -
HSV(B) 22.39º 0.6% 0.93% -
XYZ 47.05 39.51 15.74 -
YUV 167.57 86.49 176.81 -
System Red Green Blue C M Y K H S L
Decimal 236 147 94 0 0.38 0.60 0.07 22.39 0.79 0.65
Hex EC 93 5E 0 26 3C 7 16 4F 41
Octal 354 223 136 0 46 74 7 26 117 101
Binary 11101100 10010011 1011110 0 100110 111100 111 10110 1001111 1000001

Color Harmonies of #EC935E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC935E

Black with #EC935E

Text Example


Text Example

White with #EC935E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC935E; }

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

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

background-color css

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

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

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

border-color css

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

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

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