Html Css Color HEX #ED855E Crusta

📋 copy color: '#ED855E'

red 237 ◦ green 133 ◦ blue 94

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

Shades of Crusta #ED855E

Tints of Crusta #ED855E

RGB

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

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

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

R = 51.08%
G = 28.66%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED855E (or 0xED855E) is known color: Crusta. HEX triplet: ED, 85 and 5E. RGB value is (237,133,94). Sum of RGB (Red+Green+Blue) = 237+133+94=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED855E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED855E is #127AA1. Grayscale: #9F9F9F. Windows color (decimal): -1211042 or 6194669. OLE color: 6194669.

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

Color convert

RGB 237 133 94 -
CMYK 0 0.44 0.60 0.07
HSL 16.36º 0.8% 0.65% -
HSV(B) 16.36º 0.6% 0.93% -
XYZ 45.33 35.59 15.07 -
YUV 159.65 90.96 183.17 -
System Red Green Blue C M Y K H S L
Decimal 237 133 94 0 0.44 0.60 0.07 16.36 0.8 0.65
Hex ED 85 5E 0 2C 3C 7 10 50 41
Octal 355 205 136 0 54 74 7 20 120 101
Binary 11101101 10000101 1011110 0 101100 111100 111 10000 1010000 1000001

Color Harmonies of #ED855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED855E

Black with #ED855E

Text Example


Text Example

White with #ED855E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED855E; }

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

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

background-color css

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

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

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

border-color css

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

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

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