Html Css Color HEX #ED855D Crusta

📋 copy color: '#ED855D'

red 237 ◦ green 133 ◦ blue 93

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

Shades of Crusta #ED855D

Tints of Crusta #ED855D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.73%

 BLUE value IS 93 (36.72% from 255) = 20.09%

R = 51.19%
G = 28.73%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED855D (or 0xED855D) is known color: Crusta. HEX triplet: ED, 85 and 5D. RGB value is (237,133,93). Sum of RGB (Red+Green+Blue) = 237+133+93=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED855D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED855D is #127AA2. Grayscale: #9F9F9F. Windows color (decimal): -1211043 or 6129133. OLE color: 6129133.

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

Color convert

RGB 237 133 93 -
CMYK 0 0.44 0.61 0.07
HSL 16.67º 0.8% 0.65% -
HSV(B) 16.67º 0.61% 0.93% -
XYZ 45.29 35.57 14.83 -
YUV 159.54 90.46 183.25 -
System Red Green Blue C M Y K H S L
Decimal 237 133 93 0 0.44 0.61 0.07 16.67 0.8 0.65
Hex ED 85 5D 0 2C 3D 7 11 50 41
Octal 355 205 135 0 54 75 7 21 120 101
Binary 11101101 10000101 1011101 0 101100 111101 111 10001 1010000 1000001

Color Harmonies of #ED855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED855D

Black with #ED855D

Text Example


Text Example

White with #ED855D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED855D; }

 p { color: rgb(237,133,93); }

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

background-color css

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

 a { background-color: rgb(237,133,93); }

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

border-color css

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

 span { border-color: rgb(237,133,93); }

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