Html Css Color HEX #ED8061 Crusta

📋 copy color: '#ED8061'

red 237 ◦ green 128 ◦ blue 97

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

Shades of Crusta #ED8061

Tints of Crusta #ED8061

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.71%

 BLUE value IS 97 (38.28% from 255) = 21%

R = 51.3%
G = 27.71%
B = 21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED8061 (or 0xED8061) is known color: Crusta. HEX triplet: ED, 80 and 61. RGB value is (237,128,97). Sum of RGB (Red+Green+Blue) = 237+128+97=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 97 (38.28% from 255 or 21.00% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8061 is #127F9E. Grayscale: #9D9D9D. Windows color (decimal): -1212319 or 6389997. OLE color: 6389997.

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

Color convert

RGB 237 128 97 -
CMYK 0 0.46 0.59 0.07
HSL 13.29º 0.8% 0.65% -
HSV(B) 13.29º 0.59% 0.93% -
XYZ 44.8 34.31 15.57 -
YUV 157.06 94.11 185.02 -
System Red Green Blue C M Y K H S L
Decimal 237 128 97 0 0.46 0.59 0.07 13.29 0.8 0.65
Hex ED 80 61 0 2E 3B 7 D 50 41
Octal 355 200 141 0 56 73 7 15 120 101
Binary 11101101 10000000 1100001 0 101110 111011 111 1101 1010000 1000001

Color Harmonies of #ED8061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8061

Black with #ED8061

Text Example


Text Example

White with #ED8061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8061; }

 p { color: rgb(237,128,97); }

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

background-color css

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

 a { background-color: rgb(237,128,97); }

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

border-color css

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

 span { border-color: rgb(237,128,97); }

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