Html Css Color HEX #EC925B Crusta

📋 copy color: '#EC925B'

red 236 ◦ green 146 ◦ blue 91

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

Shades of Crusta #EC925B

Tints of Crusta #EC925B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.87%

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

R = 49.89%
G = 30.87%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC925B (or 0xEC925B) is known color: Crusta. HEX triplet: EC, 92 and 5B. RGB value is (236,146,91). Sum of RGB (Red+Green+Blue) = 236+146+91=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC925B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC925B is #136DA4. Grayscale: #A6A6A6. Windows color (decimal): -1273253 or 6001388. OLE color: 6001388.

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

Color convert

RGB 236 146 91 -
CMYK 0 0.38 0.61 0.07
HSL 22.76º 0.79% 0.64% -
HSV(B) 22.76º 0.61% 0.93% -
XYZ 46.76 39.15 14.99 -
YUV 166.64 85.32 177.47 -
System Red Green Blue C M Y K H S L
Decimal 236 146 91 0 0.38 0.61 0.07 22.76 0.79 0.64
Hex EC 92 5B 0 26 3D 7 17 4F 40
Octal 354 222 133 0 46 75 7 27 117 100
Binary 11101100 10010010 1011011 0 100110 111101 111 10111 1001111 1000000

Color Harmonies of #EC925B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC925B

Black with #EC925B

Text Example


Text Example

White with #EC925B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC925B; }

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

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

background-color css

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

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

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

border-color css

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

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

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