Html Css Color HEX #ED895F Crusta

📋 copy color: '#ED895F'

red 237 ◦ green 137 ◦ blue 95

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

Shades of Crusta #ED895F

Tints of Crusta #ED895F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.26%

R = 50.53%
G = 29.21%
B = 20.26%

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

#ED895F (or 0xED895F) is known color: Crusta. HEX triplet: ED, 89 and 5F. RGB value is (237,137,95). Sum of RGB (Red+Green+Blue) = 237+137+95=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED895F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED895F is #1276A0. Grayscale: #A2A2A2. Windows color (decimal): -1210017 or 6261229. OLE color: 6261229.

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

Color convert

RGB 237 137 95 -
CMYK 0 0.42 0.60 0.07
HSL 17.75º 0.8% 0.65% -
HSV(B) 17.75º 0.6% 0.93% -
XYZ 45.94 36.72 15.49 -
YUV 162.11 90.13 181.42 -
System Red Green Blue C M Y K H S L
Decimal 237 137 95 0 0.42 0.60 0.07 17.75 0.8 0.65
Hex ED 89 5F 0 2A 3C 7 12 50 41
Octal 355 211 137 0 52 74 7 22 120 101
Binary 11101101 10001001 1011111 0 101010 111100 111 10010 1010000 1000001

Color Harmonies of #ED895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED895F

Black with #ED895F

Text Example


Text Example

White with #ED895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED895F; }

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

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

background-color css

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

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

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

border-color css

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

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

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