Html Css Color HEX #ED8260 Crusta

📋 copy color: '#ED8260'

red 237 ◦ green 130 ◦ blue 96

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

Shades of Crusta #ED8260

Tints of Crusta #ED8260

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.08%

 BLUE value IS 96 (37.89% from 255) = 20.73%

R = 51.19%
G = 28.08%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED8260 (or 0xED8260) is known color: Crusta. HEX triplet: ED, 82 and 60. RGB value is (237,130,96). Sum of RGB (Red+Green+Blue) = 237+130+96=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8260 is #127D9F. Grayscale: #9E9E9E. Windows color (decimal): -1211808 or 6324973. OLE color: 6324973.

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

Color convert

RGB 237 130 96 -
CMYK 0 0.45 0.59 0.07
HSL 14.47º 0.8% 0.65% -
HSV(B) 14.47º 0.59% 0.93% -
XYZ 45.02 34.81 15.41 -
YUV 158.12 92.95 184.26 -
System Red Green Blue C M Y K H S L
Decimal 237 130 96 0 0.45 0.59 0.07 14.47 0.8 0.65
Hex ED 82 60 0 2D 3B 7 E 50 41
Octal 355 202 140 0 55 73 7 16 120 101
Binary 11101101 10000010 1100000 0 101101 111011 111 1110 1010000 1000001

Color Harmonies of #ED8260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8260

Black with #ED8260

Text Example


Text Example

White with #ED8260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8260; }

 p { color: rgb(237,130,96); }

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

background-color css

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

 a { background-color: rgb(237,130,96); }

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

border-color css

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

 span { border-color: rgb(237,130,96); }

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