Html Css Color HEX #EC925D Crusta

📋 copy color: '#EC925D'

red 236 ◦ green 146 ◦ blue 93

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

Shades of Crusta #EC925D

Tints of Crusta #EC925D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.58%

R = 49.68%
G = 30.74%
B = 19.58%

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

#EC925D (or 0xEC925D) is known color: Crusta. HEX triplet: EC, 92 and 5D. RGB value is (236,146,93). Sum of RGB (Red+Green+Blue) = 236+146+93=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC925D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC925D is #136DA2. Grayscale: #A7A7A7. Windows color (decimal): -1273251 or 6132460. OLE color: 6132460.

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

Color convert

RGB 236 146 93 -
CMYK 0 0.38 0.61 0.07
HSL 22.24º 0.79% 0.65% -
HSV(B) 22.24º 0.61% 0.93% -
XYZ 46.85 39.18 15.45 -
YUV 166.87 86.32 177.31 -
System Red Green Blue C M Y K H S L
Decimal 236 146 93 0 0.38 0.61 0.07 22.24 0.79 0.65
Hex EC 92 5D 0 26 3D 7 16 4F 41
Octal 354 222 135 0 46 75 7 26 117 101
Binary 11101100 10010010 1011101 0 100110 111101 111 10110 1001111 1000001

Color Harmonies of #EC925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC925D

Black with #EC925D

Text Example


Text Example

White with #EC925D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC925D; }

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

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

background-color css

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

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

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

border-color css

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

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

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