Html Css Color HEX #ED8159 Crusta

📋 copy color: '#ED8159'

red 237 ◦ green 129 ◦ blue 89

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

Shades of Crusta #ED8159

Tints of Crusta #ED8159

RGB

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

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

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

R = 52.09%
G = 28.35%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED8159 (or 0xED8159) is known color: Crusta. HEX triplet: ED, 81 and 59. RGB value is (237,129,89). Sum of RGB (Red+Green+Blue) = 237+129+89=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8159 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8159 is #127EA6. Grayscale: #9C9C9C. Windows color (decimal): -1212071 or 5865965. OLE color: 5865965.

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

Color convert

RGB 237 129 89 -
CMYK 0 0.46 0.62 0.07
HSL 16.22º 0.8% 0.64% -
HSV(B) 16.22º 0.62% 0.93% -
XYZ 44.58 34.43 13.75 -
YUV 156.73 89.78 185.25 -
System Red Green Blue C M Y K H S L
Decimal 237 129 89 0 0.46 0.62 0.07 16.22 0.8 0.64
Hex ED 81 59 0 2E 3E 7 10 50 40
Octal 355 201 131 0 56 76 7 20 120 100
Binary 11101101 10000001 1011001 0 101110 111110 111 10000 1010000 1000000

Color Harmonies of #ED8159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8159

Black with #ED8159

Text Example


Text Example

White with #ED8159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8159; }

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

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

background-color css

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

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

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

border-color css

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

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

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