Html Css Color HEX #ED8F59 Crusta

📋 copy color: '#ED8F59'

red 237 ◦ green 143 ◦ blue 89

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

Shades of Crusta #ED8F59

Tints of Crusta #ED8F59

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.49%

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

R = 50.53%
G = 30.49%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED8F59 (or 0xED8F59) is known color: Crusta. HEX triplet: ED, 8F and 59. RGB value is (237,143,89). Sum of RGB (Red+Green+Blue) = 237+143+89=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 89 (35.16% from 255 or 18.98% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8F59 is #1270A6. Grayscale: #A5A5A5. Windows color (decimal): -1208487 or 5869549. OLE color: 5869549.

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

Color convert

RGB 237 143 89 -
CMYK 0 0.40 0.62 0.07
HSL 21.89º 0.8% 0.64% -
HSV(B) 21.89º 0.62% 0.93% -
XYZ 46.55 38.37 14.4 -
YUV 164.95 85.14 179.39 -
System Red Green Blue C M Y K H S L
Decimal 237 143 89 0 0.40 0.62 0.07 21.89 0.8 0.64
Hex ED 8F 59 0 28 3E 7 16 50 40
Octal 355 217 131 0 50 76 7 26 120 100
Binary 11101101 10001111 1011001 0 101000 111110 111 10110 1010000 1000000

Color Harmonies of #ED8F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F59

Black with #ED8F59

Text Example


Text Example

White with #ED8F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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