Html Css Color HEX #ED8660 Crusta

📋 copy color: '#ED8660'

red 237 ◦ green 134 ◦ blue 96

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

Shades of Crusta #ED8660

Tints of Crusta #ED8660

RGB

 RED value IS 237 (92.97% from 255) = 50.75%

 GREEN value IS 134 (52.73% from 255) = 28.69%

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

R = 50.75%
G = 28.69%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED8660 (or 0xED8660) is known color: Crusta. HEX triplet: ED, 86 and 60. RGB value is (237,134,96). Sum of RGB (Red+Green+Blue) = 237+134+96=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8660 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8660 is #12799F. Grayscale: #A0A0A0. Windows color (decimal): -1210784 or 6325997. OLE color: 6325997.

HSL color Cylindrical-coordinate representation of color #ED8660: hue angle of 16.17º degrees, saturation: 0.8, 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 #ED8660 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 134 96 -
CMYK 0 0.43 0.59 0.07
HSL 16.17º 0.8% 0.65% -
HSV(B) 16.17º 0.59% 0.93% -
XYZ 45.56 35.9 15.59 -
YUV 160.47 91.62 182.59 -
System Red Green Blue C M Y K H S L
Decimal 237 134 96 0 0.43 0.59 0.07 16.17 0.8 0.65
Hex ED 86 60 0 2B 3B 7 10 50 41
Octal 355 206 140 0 53 73 7 20 120 101
Binary 11101101 10000110 1100000 0 101011 111011 111 10000 1010000 1000001

Color Harmonies of #ED8660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8660

Black with #ED8660

Text Example


Text Example

White with #ED8660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8660; }

 p { color: rgb(237,134,96); }

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

background-color css

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

 a { background-color: rgb(237,134,96); }

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

border-color css

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

 span { border-color: rgb(237,134,96); }

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