Html Css Color HEX #ED8155 Crusta

📋 copy color: '#ED8155'

red 237 ◦ green 129 ◦ blue 85

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

Shades of Crusta #ED8155

Tints of Crusta #ED8155

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.6%

 BLUE value IS 85 (33.59% from 255) = 18.85%

R = 52.55%
G = 28.6%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ED8155 (or 0xED8155) is known color: Crusta. HEX triplet: ED, 81 and 55. RGB value is (237,129,85). Sum of RGB (Red+Green+Blue) = 237+129+85=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8155 is #127EAA. Grayscale: #9C9C9C. Windows color (decimal): -1212075 or 5603821. OLE color: 5603821.

HSL color Cylindrical-coordinate representation of color #ED8155: hue angle of 17.37º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED8155 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 129 85 -
CMYK 0 0.46 0.64 0.07
HSL 17.37º 0.81% 0.63% -
HSV(B) 17.37º 0.64% 0.93% -
XYZ 44.42 34.36 12.89 -
YUV 156.28 87.78 185.58 -
System Red Green Blue C M Y K H S L
Decimal 237 129 85 0 0.46 0.64 0.07 17.37 0.81 0.63
Hex ED 81 55 0 2E 40 7 11 51 3F
Octal 355 201 125 0 56 100 7 21 121 77
Binary 11101101 10000001 1010101 0 101110 1000000 111 10001 1010001 111111

Color Harmonies of #ED8155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8155

Black with #ED8155

Text Example


Text Example

White with #ED8155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8155; }

 p { color: rgb(237,129,85); }

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

background-color css

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

 a { background-color: rgb(237,129,85); }

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

border-color css

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

 span { border-color: rgb(237,129,85); }

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