Html Css Color HEX #EC915C Crusta

📋 copy color: '#EC915C'

red 236 ◦ green 145 ◦ blue 92

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

Shades of Crusta #EC915C

Tints of Crusta #EC915C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.66%

 BLUE value IS 92 (36.33% from 255) = 19.45%

R = 49.89%
G = 30.66%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC915C (or 0xEC915C) is known color: Crusta. HEX triplet: EC, 91 and 5C. RGB value is (236,145,92). Sum of RGB (Red+Green+Blue) = 236+145+92=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC915C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC915C is #136EA3. Grayscale: #A6A6A6. Windows color (decimal): -1273508 or 6066668. OLE color: 6066668.

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

Color convert

RGB 236 145 92 -
CMYK 0 0.39 0.61 0.07
HSL 22.08º 0.79% 0.64% -
HSV(B) 22.08º 0.61% 0.93% -
XYZ 46.65 38.86 15.17 -
YUV 166.17 86.15 177.81 -
System Red Green Blue C M Y K H S L
Decimal 236 145 92 0 0.39 0.61 0.07 22.08 0.79 0.64
Hex EC 91 5C 0 27 3D 7 16 4F 40
Octal 354 221 134 0 47 75 7 26 117 100
Binary 11101100 10010001 1011100 0 100111 111101 111 10110 1001111 1000000

Color Harmonies of #EC915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC915C

Black with #EC915C

Text Example


Text Example

White with #EC915C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC915C; }

 p { color: rgb(236,145,92); }

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

background-color css

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

 a { background-color: rgb(236,145,92); }

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

border-color css

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

 span { border-color: rgb(236,145,92); }

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