Html Css Color HEX #ED8F55 Crusta

📋 copy color: '#ED8F55'

red 237 ◦ green 143 ◦ blue 85

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

Shades of Crusta #ED8F55

Tints of Crusta #ED8F55

RGB

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

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

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

R = 50.97%
G = 30.75%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ED8F55 (or 0xED8F55) is known color: Crusta. HEX triplet: ED, 8F and 55. RGB value is (237,143,85). Sum of RGB (Red+Green+Blue) = 237+143+85=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8F55 is #1270AA. Grayscale: #A4A4A4. Windows color (decimal): -1208491 or 5607405. OLE color: 5607405.

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

Color convert

RGB 237 143 85 -
CMYK 0 0.40 0.64 0.07
HSL 22.89º 0.81% 0.63% -
HSV(B) 22.89º 0.64% 0.93% -
XYZ 46.39 38.31 13.54 -
YUV 164.49 83.14 179.72 -
System Red Green Blue C M Y K H S L
Decimal 237 143 85 0 0.40 0.64 0.07 22.89 0.81 0.63
Hex ED 8F 55 0 28 40 7 17 51 3F
Octal 355 217 125 0 50 100 7 27 121 77
Binary 11101101 10001111 1010101 0 101000 1000000 111 10111 1010001 111111

Color Harmonies of #ED8F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F55

Black with #ED8F55

Text Example


Text Example

White with #ED8F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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