Html Css Color HEX #EC8462 Crusta

📋 copy color: '#EC8462'

red 236 ◦ green 132 ◦ blue 98

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

Shades of Crusta #EC8462

Tints of Crusta #EC8462

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.33%

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

R = 50.64%
G = 28.33%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC8462 (or 0xEC8462) is known color: Crusta. HEX triplet: EC, 84 and 62. RGB value is (236,132,98). Sum of RGB (Red+Green+Blue) = 236+132+98=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8462 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8462 is #137B9D. Grayscale: #9F9F9F. Windows color (decimal): -1276830 or 6456556. OLE color: 6456556.

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

Color convert

RGB 236 132 98 -
CMYK 0 0.44 0.58 0.07
HSL 14.78º 0.78% 0.65% -
HSV(B) 14.78º 0.58% 0.93% -
XYZ 45.05 35.22 15.98 -
YUV 159.22 93.46 182.76 -
System Red Green Blue C M Y K H S L
Decimal 236 132 98 0 0.44 0.58 0.07 14.78 0.78 0.65
Hex EC 84 62 0 2C 3A 7 F 4E 41
Octal 354 204 142 0 54 72 7 17 116 101
Binary 11101100 10000100 1100010 0 101100 111010 111 1111 1001110 1000001

Color Harmonies of #EC8462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8462

Black with #EC8462

Text Example


Text Example

White with #EC8462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8462; }

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

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

background-color css

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

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

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

border-color css

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

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

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