Html Css Color HEX #ED8559 Crusta

📋 copy color: '#ED8559'

red 237 ◦ green 133 ◦ blue 89

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

Shades of Crusta #ED8559

Tints of Crusta #ED8559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.39%

R = 51.63%
G = 28.98%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED8559 (or 0xED8559) is known color: Crusta. HEX triplet: ED, 85 and 59. RGB value is (237,133,89). Sum of RGB (Red+Green+Blue) = 237+133+89=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8559 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8559 is #127AA6. Grayscale: #9F9F9F. Windows color (decimal): -1211047 or 5866989. OLE color: 5866989.

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

Color convert

RGB 237 133 89 -
CMYK 0 0.44 0.62 0.07
HSL 17.84º 0.8% 0.64% -
HSV(B) 17.84º 0.62% 0.93% -
XYZ 45.12 35.5 13.93 -
YUV 159.08 88.46 183.58 -
System Red Green Blue C M Y K H S L
Decimal 237 133 89 0 0.44 0.62 0.07 17.84 0.8 0.64
Hex ED 85 59 0 2C 3E 7 12 50 40
Octal 355 205 131 0 54 76 7 22 120 100
Binary 11101101 10000101 1011001 0 101100 111110 111 10010 1010000 1000000

Color Harmonies of #ED8559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8559

Black with #ED8559

Text Example


Text Example

White with #ED8559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8559; }

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

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

background-color css

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

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

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

border-color css

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

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

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