Html Css Color HEX #ED8357 Crusta

📋 copy color: '#ED8357'

red 237 ◦ green 131 ◦ blue 87

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

Shades of Crusta #ED8357

Tints of Crusta #ED8357

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.79%

 BLUE value IS 87 (34.38% from 255) = 19.12%

R = 52.09%
G = 28.79%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ED8357 (or 0xED8357) is known color: Crusta. HEX triplet: ED, 83 and 57. RGB value is (237,131,87). Sum of RGB (Red+Green+Blue) = 237+131+87=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 87 (34.38% from 255 or 19.12% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8357 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8357 is #127CA8. Grayscale: #9D9D9D. Windows color (decimal): -1211561 or 5735405. OLE color: 5735405.

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

Color convert

RGB 237 131 87 -
CMYK 0 0.45 0.63 0.07
HSL 17.6º 0.81% 0.64% -
HSV(B) 17.6º 0.63% 0.93% -
XYZ 44.76 34.93 13.4 -
YUV 157.68 88.12 184.58 -
System Red Green Blue C M Y K H S L
Decimal 237 131 87 0 0.45 0.63 0.07 17.6 0.81 0.64
Hex ED 83 57 0 2D 3F 7 12 51 40
Octal 355 203 127 0 55 77 7 22 121 100
Binary 11101101 10000011 1010111 0 101101 111111 111 10010 1010001 1000000

Color Harmonies of #ED8357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8357

Black with #ED8357

Text Example


Text Example

White with #ED8357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8357; }

 p { color: rgb(237,131,87); }

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

background-color css

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

 a { background-color: rgb(237,131,87); }

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

border-color css

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

 span { border-color: rgb(237,131,87); }

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