Html Css Color HEX #EC915B Crusta

📋 copy color: '#EC915B'

red 236 ◦ green 145 ◦ blue 91

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

Shades of Crusta #EC915B

Tints of Crusta #EC915B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.28%

R = 50%
G = 30.72%
B = 19.28%

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

#EC915B (or 0xEC915B) is known color: Crusta. HEX triplet: EC, 91 and 5B. RGB value is (236,145,91). Sum of RGB (Red+Green+Blue) = 236+145+91=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC915B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC915B is #136EA4. Grayscale: #A6A6A6. Windows color (decimal): -1273509 or 6001132. OLE color: 6001132.

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

Color convert

RGB 236 145 91 -
CMYK 0 0.39 0.61 0.07
HSL 22.34º 0.79% 0.64% -
HSV(B) 22.34º 0.61% 0.93% -
XYZ 46.61 38.84 14.94 -
YUV 166.05 85.65 177.89 -
System Red Green Blue C M Y K H S L
Decimal 236 145 91 0 0.39 0.61 0.07 22.34 0.79 0.64
Hex EC 91 5B 0 27 3D 7 16 4F 40
Octal 354 221 133 0 47 75 7 26 117 100
Binary 11101100 10010001 1011011 0 100111 111101 111 10110 1001111 1000000

Color Harmonies of #EC915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC915B

Black with #EC915B

Text Example


Text Example

White with #EC915B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC915B; }

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

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

background-color css

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

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

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

border-color css

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

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

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