Html Css Color HEX #ED8F61 Crusta

📋 copy color: '#ED8F61'

red 237 ◦ green 143 ◦ blue 97

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

Shades of Crusta #ED8F61

Tints of Crusta #ED8F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.34%

R = 49.69%
G = 29.98%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED8F61 (or 0xED8F61) is known color: Crusta. HEX triplet: ED, 8F and 61. RGB value is (237,143,97). Sum of RGB (Red+Green+Blue) = 237+143+97=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8F61 is #12709E. Grayscale: #A6A6A6. Windows color (decimal): -1208479 or 6393837. OLE color: 6393837.

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

Color convert

RGB 237 143 97 -
CMYK 0 0.40 0.59 0.07
HSL 19.71º 0.8% 0.65% -
HSV(B) 19.71º 0.59% 0.93% -
XYZ 46.91 38.51 16.27 -
YUV 165.86 89.14 178.74 -
System Red Green Blue C M Y K H S L
Decimal 237 143 97 0 0.40 0.59 0.07 19.71 0.8 0.65
Hex ED 8F 61 0 28 3B 7 14 50 41
Octal 355 217 141 0 50 73 7 24 120 101
Binary 11101101 10001111 1100001 0 101000 111011 111 10100 1010000 1000001

Color Harmonies of #ED8F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F61

Black with #ED8F61

Text Example


Text Example

White with #ED8F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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