Html Css Color HEX #ED8F54 Crusta

📋 copy color: '#ED8F54'

red 237 ◦ green 143 ◦ blue 84

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

Shades of Crusta #ED8F54

Tints of Crusta #ED8F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.1%

R = 51.08%
G = 30.82%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ED8F54 (or 0xED8F54) is known color: Crusta. HEX triplet: ED, 8F and 54. RGB value is (237,143,84). Sum of RGB (Red+Green+Blue) = 237+143+84=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 84 (33.20% from 255 or 18.10% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8F54 is #1270AB. Grayscale: #A4A4A4. Windows color (decimal): -1208492 or 5541869. OLE color: 5541869.

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

Color convert

RGB 237 143 84 -
CMYK 0 0.40 0.65 0.07
HSL 23.14º 0.81% 0.63% -
HSV(B) 23.14º 0.65% 0.93% -
XYZ 46.35 38.29 13.34 -
YUV 164.38 82.64 179.8 -
System Red Green Blue C M Y K H S L
Decimal 237 143 84 0 0.40 0.65 0.07 23.14 0.81 0.63
Hex ED 8F 54 0 28 41 7 17 51 3F
Octal 355 217 124 0 50 101 7 27 121 77
Binary 11101101 10001111 1010100 0 101000 1000001 111 10111 1010001 111111

Color Harmonies of #ED8F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F54

Black with #ED8F54

Text Example


Text Example

White with #ED8F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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