Html Css Color HEX #EC925E Crusta

📋 copy color: '#EC925E'

red 236 ◦ green 146 ◦ blue 94

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

Shades of Crusta #EC925E

Tints of Crusta #EC925E

RGB

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

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

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

R = 49.58%
G = 30.67%
B = 19.75%

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

#EC925E (or 0xEC925E) is known color: Crusta. HEX triplet: EC, 92 and 5E. RGB value is (236,146,94). Sum of RGB (Red+Green+Blue) = 236+146+94=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC925E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC925E is #136DA1. Grayscale: #A7A7A7. Windows color (decimal): -1273250 or 6197996. OLE color: 6197996.

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

Color convert

RGB 236 146 94 -
CMYK 0 0.38 0.60 0.07
HSL 21.97º 0.79% 0.65% -
HSV(B) 21.97º 0.6% 0.93% -
XYZ 46.89 39.2 15.68 -
YUV 166.98 86.82 177.23 -
System Red Green Blue C M Y K H S L
Decimal 236 146 94 0 0.38 0.60 0.07 21.97 0.79 0.65
Hex EC 92 5E 0 26 3C 7 16 4F 41
Octal 354 222 136 0 46 74 7 26 117 101
Binary 11101100 10010010 1011110 0 100110 111100 111 10110 1001111 1000001

Color Harmonies of #EC925E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC925E

Black with #EC925E

Text Example


Text Example

White with #EC925E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC925E; }

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

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

background-color css

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

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

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

border-color css

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

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

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