Html Css Color HEX #ED885F Crusta

📋 copy color: '#ED885F'

red 237 ◦ green 136 ◦ blue 95

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

Shades of Crusta #ED885F

Tints of Crusta #ED885F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.06%

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

R = 50.64%
G = 29.06%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED885F (or 0xED885F) is known color: Crusta. HEX triplet: ED, 88 and 5F. RGB value is (237,136,95). Sum of RGB (Red+Green+Blue) = 237+136+95=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 95 (37.5% from 255 or 20.30% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED885F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED885F is #1277A0. Grayscale: #A1A1A1. Windows color (decimal): -1210273 or 6260973. OLE color: 6260973.

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

Color convert

RGB 237 136 95 -
CMYK 0 0.43 0.60 0.07
HSL 17.32º 0.8% 0.65% -
HSV(B) 17.32º 0.6% 0.93% -
XYZ 45.79 36.44 15.45 -
YUV 161.53 90.46 181.83 -
System Red Green Blue C M Y K H S L
Decimal 237 136 95 0 0.43 0.60 0.07 17.32 0.8 0.65
Hex ED 88 5F 0 2B 3C 7 11 50 41
Octal 355 210 137 0 53 74 7 21 120 101
Binary 11101101 10001000 1011111 0 101011 111100 111 10001 1010000 1000001

Color Harmonies of #ED885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED885F

Black with #ED885F

Text Example


Text Example

White with #ED885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED885F; }

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

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

background-color css

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

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

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

border-color css

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

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

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