Html Css Color HEX #ED845A Crusta

📋 copy color: '#ED845A'

red 237 ◦ green 132 ◦ blue 90

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

Shades of Crusta #ED845A

Tints of Crusta #ED845A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.61%

R = 51.63%
G = 28.76%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED845A (or 0xED845A) is known color: Crusta. HEX triplet: ED, 84 and 5A. RGB value is (237,132,90). Sum of RGB (Red+Green+Blue) = 237+132+90=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED845A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED845A is #127BA5. Grayscale: #9E9E9E. Windows color (decimal): -1211302 or 5932269. OLE color: 5932269.

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

Color convert

RGB 237 132 90 -
CMYK 0 0.44 0.62 0.07
HSL 17.14º 0.8% 0.64% -
HSV(B) 17.14º 0.62% 0.93% -
XYZ 45.02 35.25 14.1 -
YUV 158.61 89.29 183.92 -
System Red Green Blue C M Y K H S L
Decimal 237 132 90 0 0.44 0.62 0.07 17.14 0.8 0.64
Hex ED 84 5A 0 2C 3E 7 11 50 40
Octal 355 204 132 0 54 76 7 21 120 100
Binary 11101101 10000100 1011010 0 101100 111110 111 10001 1010000 1000000

Color Harmonies of #ED845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED845A

Black with #ED845A

Text Example


Text Example

White with #ED845A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED845A; }

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

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

background-color css

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

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

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

border-color css

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

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

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