Html Css Color HEX #ED895E Crusta

📋 copy color: '#ED895E'

red 237 ◦ green 137 ◦ blue 94

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

Shades of Crusta #ED895E

Tints of Crusta #ED895E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.27%

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

R = 50.64%
G = 29.27%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED895E (or 0xED895E) is known color: Crusta. HEX triplet: ED, 89 and 5E. RGB value is (237,137,94). Sum of RGB (Red+Green+Blue) = 237+137+94=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED895E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED895E is #1276A1. Grayscale: #A2A2A2. Windows color (decimal): -1210018 or 6195693. OLE color: 6195693.

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

Color convert

RGB 237 137 94 -
CMYK 0 0.42 0.60 0.07
HSL 18.04º 0.8% 0.65% -
HSV(B) 18.04º 0.6% 0.93% -
XYZ 45.89 36.7 15.26 -
YUV 162 89.63 181.5 -
System Red Green Blue C M Y K H S L
Decimal 237 137 94 0 0.42 0.60 0.07 18.04 0.8 0.65
Hex ED 89 5E 0 2A 3C 7 12 50 41
Octal 355 211 136 0 52 74 7 22 120 101
Binary 11101101 10001001 1011110 0 101010 111100 111 10010 1010000 1000001

Color Harmonies of #ED895E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED895E

Black with #ED895E

Text Example


Text Example

White with #ED895E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED895E; }

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

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

background-color css

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

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

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

border-color css

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

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

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