Html Css Color HEX #ED7E56 Crusta

📋 copy color: '#ED7E56'

red 237 ◦ green 126 ◦ blue 86

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

Shades of Crusta #ED7E56

Tints of Crusta #ED7E56

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.06%

 BLUE value IS 86 (33.98% from 255) = 19.15%

R = 52.78%
G = 28.06%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ED7E56 (or 0xED7E56) is known color: Crusta. HEX triplet: ED, 7E and 56. RGB value is (237,126,86). Sum of RGB (Red+Green+Blue) = 237+126+86=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7E56 is #1281A9. Grayscale: #9A9A9A. Windows color (decimal): -1212842 or 5668589. OLE color: 5668589.

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

Color convert

RGB 237 126 86 -
CMYK 0 0.47 0.64 0.07
HSL 15.89º 0.81% 0.63% -
HSV(B) 15.89º 0.64% 0.93% -
XYZ 44.07 33.6 12.97 -
YUV 154.63 89.27 186.75 -
System Red Green Blue C M Y K H S L
Decimal 237 126 86 0 0.47 0.64 0.07 15.89 0.81 0.63
Hex ED 7E 56 0 2F 40 7 10 51 3F
Octal 355 176 126 0 57 100 7 20 121 77
Binary 11101101 1111110 1010110 0 101111 1000000 111 10000 1010001 111111

Color Harmonies of #ED7E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7E56

Black with #ED7E56

Text Example


Text Example

White with #ED7E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7E56; }

 p { color: rgb(237,126,86); }

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

background-color css

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

 a { background-color: rgb(237,126,86); }

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

border-color css

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

 span { border-color: rgb(237,126,86); }

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