Html Css Color HEX #ED845E Crusta

📋 copy color: '#ED845E'

red 237 ◦ green 132 ◦ blue 94

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

Shades of Crusta #ED845E

Tints of Crusta #ED845E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.51%

 BLUE value IS 94 (37.11% from 255) = 20.3%

R = 51.19%
G = 28.51%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED845E (or 0xED845E) is known color: Crusta. HEX triplet: ED, 84 and 5E. RGB value is (237,132,94). Sum of RGB (Red+Green+Blue) = 237+132+94=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED845E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED845E is #127BA1. Grayscale: #9F9F9F. Windows color (decimal): -1211298 or 6194413. OLE color: 6194413.

HSL color Cylindrical-coordinate representation of color #ED845E: hue angle of 15.94º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED845E is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 132 94 -
CMYK 0 0.44 0.60 0.07
HSL 15.94º 0.8% 0.65% -
HSV(B) 15.94º 0.6% 0.93% -
XYZ 45.2 35.32 15.02 -
YUV 159.06 91.29 183.59 -
System Red Green Blue C M Y K H S L
Decimal 237 132 94 0 0.44 0.60 0.07 15.94 0.8 0.65
Hex ED 84 5E 0 2C 3C 7 10 50 41
Octal 355 204 136 0 54 74 7 20 120 101
Binary 11101101 10000100 1011110 0 101100 111100 111 10000 1010000 1000001

Color Harmonies of #ED845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED845E

Black with #ED845E

Text Example


Text Example

White with #ED845E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED845E; }

 p { color: rgb(237,132,94); }

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

background-color css

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

 a { background-color: rgb(237,132,94); }

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

border-color css

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

 span { border-color: rgb(237,132,94); }

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