Html Css Color HEX #EC9262 Crusta

📋 copy color: '#EC9262'

red 236 ◦ green 146 ◦ blue 98

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

Shades of Crusta #EC9262

Tints of Crusta #EC9262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.42%

R = 49.17%
G = 30.42%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC9262 (or 0xEC9262) is known color: Crusta. HEX triplet: EC, 92 and 62. RGB value is (236,146,98). Sum of RGB (Red+Green+Blue) = 236+146+98=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9262 is #136D9D. Grayscale: #A7A7A7. Windows color (decimal): -1273246 or 6460140. OLE color: 6460140.

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

Color convert

RGB 236 146 98 -
CMYK 0 0.38 0.58 0.07
HSL 20.87º 0.78% 0.65% -
HSV(B) 20.87º 0.58% 0.93% -
XYZ 47.08 39.27 16.65 -
YUV 167.44 88.82 176.9 -
System Red Green Blue C M Y K H S L
Decimal 236 146 98 0 0.38 0.58 0.07 20.87 0.78 0.65
Hex EC 92 62 0 26 3A 7 15 4E 41
Octal 354 222 142 0 46 72 7 25 116 101
Binary 11101100 10010010 1100010 0 100110 111010 111 10101 1001110 1000001

Color Harmonies of #EC9262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9262

Black with #EC9262

Text Example


Text Example

White with #EC9262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9262; }

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

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

background-color css

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

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

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

border-color css

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

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

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