Html Css Color HEX #ED8561 Crusta

📋 copy color: '#ED8561'

red 237 ◦ green 133 ◦ blue 97

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

Shades of Crusta #ED8561

Tints of Crusta #ED8561

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.48%

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

R = 50.75%
G = 28.48%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED8561 (or 0xED8561) is known color: Crusta. HEX triplet: ED, 85 and 61. RGB value is (237,133,97). Sum of RGB (Red+Green+Blue) = 237+133+97=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8561 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8561 is #127A9E. Grayscale: #A0A0A0. Windows color (decimal): -1211039 or 6391277. OLE color: 6391277.

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

Color convert

RGB 237 133 97 -
CMYK 0 0.44 0.59 0.07
HSL 15.43º 0.8% 0.65% -
HSV(B) 15.43º 0.59% 0.93% -
XYZ 45.47 35.64 15.79 -
YUV 159.99 92.46 182.93 -
System Red Green Blue C M Y K H S L
Decimal 237 133 97 0 0.44 0.59 0.07 15.43 0.8 0.65
Hex ED 85 61 0 2C 3B 7 F 50 41
Octal 355 205 141 0 54 73 7 17 120 101
Binary 11101101 10000101 1100001 0 101100 111011 111 1111 1010000 1000001

Color Harmonies of #ED8561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8561

Black with #ED8561

Text Example


Text Example

White with #ED8561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8561; }

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

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

background-color css

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

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

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

border-color css

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

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

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