Html Css Color HEX #EC9260 Crusta

📋 copy color: '#EC9260'

red 236 ◦ green 146 ◦ blue 96

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

Shades of Crusta #EC9260

Tints of Crusta #EC9260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.08%

R = 49.37%
G = 30.54%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC9260 (or 0xEC9260) is known color: Crusta. HEX triplet: EC, 92 and 60. RGB value is (236,146,96). Sum of RGB (Red+Green+Blue) = 236+146+96=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9260 is #136D9F. Grayscale: #A7A7A7. Windows color (decimal): -1273248 or 6329068. OLE color: 6329068.

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

Color convert

RGB 236 146 96 -
CMYK 0 0.38 0.59 0.07
HSL 21.43º 0.79% 0.65% -
HSV(B) 21.43º 0.59% 0.93% -
XYZ 46.98 39.24 16.16 -
YUV 167.21 87.82 177.07 -
System Red Green Blue C M Y K H S L
Decimal 236 146 96 0 0.38 0.59 0.07 21.43 0.79 0.65
Hex EC 92 60 0 26 3B 7 15 4F 41
Octal 354 222 140 0 46 73 7 25 117 101
Binary 11101100 10010010 1100000 0 100110 111011 111 10101 1001111 1000001

Color Harmonies of #EC9260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9260

Black with #EC9260

Text Example


Text Example

White with #EC9260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9260; }

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

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

background-color css

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

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

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

border-color css

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

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

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