Html Css Color HEX #ED8A5E Crusta

📋 copy color: '#ED8A5E'

red 237 ◦ green 138 ◦ blue 94

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

Shades of Crusta #ED8A5E

Tints of Crusta #ED8A5E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.42%

 BLUE value IS 94 (37.11% from 255) = 20.04%

R = 50.53%
G = 29.42%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED8A5E (or 0xED8A5E) is known color: Crusta. HEX triplet: ED, 8A and 5E. RGB value is (237,138,94). Sum of RGB (Red+Green+Blue) = 237+138+94=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8A5E is #1275A1. Grayscale: #A2A2A2. Windows color (decimal): -1209762 or 6195949. OLE color: 6195949.

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

Color convert

RGB 237 138 94 -
CMYK 0 0.42 0.60 0.07
HSL 18.46º 0.8% 0.65% -
HSV(B) 18.46º 0.6% 0.93% -
XYZ 46.03 36.99 15.3 -
YUV 162.59 89.3 181.08 -
System Red Green Blue C M Y K H S L
Decimal 237 138 94 0 0.42 0.60 0.07 18.46 0.8 0.65
Hex ED 8A 5E 0 2A 3C 7 12 50 41
Octal 355 212 136 0 52 74 7 22 120 101
Binary 11101101 10001010 1011110 0 101010 111100 111 10010 1010000 1000001

Color Harmonies of #ED8A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8A5E

Black with #ED8A5E

Text Example


Text Example

White with #ED8A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8A5E; }

 p { color: rgb(237,138,94); }

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

background-color css

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

 a { background-color: rgb(237,138,94); }

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

border-color css

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

 span { border-color: rgb(237,138,94); }

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