Html Css Color HEX #ED7F59 Crusta

📋 copy color: '#ED7F59'

red 237 ◦ green 127 ◦ blue 89

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

Shades of Crusta #ED7F59

Tints of Crusta #ED7F59

RGB

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

 GREEN value IS 127 (50% from 255) = 28.04%

 BLUE value IS 89 (35.16% from 255) = 19.65%

R = 52.32%
G = 28.04%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED7F59 (or 0xED7F59) is known color: Crusta. HEX triplet: ED, 7F and 59. RGB value is (237,127,89). Sum of RGB (Red+Green+Blue) = 237+127+89=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 89 (35.16% from 255 or 19.65% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7F59 is #1280A6. Grayscale: #9B9B9B. Windows color (decimal): -1212583 or 5865453. OLE color: 5865453.

HSL color Cylindrical-coordinate representation of color #ED7F59: hue angle of 15.41º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED7F59 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 127 89 -
CMYK 0 0.46 0.62 0.07
HSL 15.41º 0.8% 0.64% -
HSV(B) 15.41º 0.62% 0.93% -
XYZ 44.32 33.9 13.66 -
YUV 155.56 90.44 186.09 -
System Red Green Blue C M Y K H S L
Decimal 237 127 89 0 0.46 0.62 0.07 15.41 0.8 0.64
Hex ED 7F 59 0 2E 3E 7 F 50 40
Octal 355 177 131 0 56 76 7 17 120 100
Binary 11101101 1111111 1011001 0 101110 111110 111 1111 1010000 1000000

Color Harmonies of #ED7F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7F59

Black with #ED7F59

Text Example


Text Example

White with #ED7F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7F59; }

 p { color: rgb(237,127,89); }

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

background-color css

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

 a { background-color: rgb(237,127,89); }

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

border-color css

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

 span { border-color: rgb(237,127,89); }

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