Html Css Color HEX #ED815D Crusta

📋 copy color: '#ED815D'

red 237 ◦ green 129 ◦ blue 93

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

Shades of Crusta #ED815D

Tints of Crusta #ED815D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.1%

 BLUE value IS 93 (36.72% from 255) = 20.26%

R = 51.63%
G = 28.1%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED815D (or 0xED815D) is known color: Crusta. HEX triplet: ED, 81 and 5D. RGB value is (237,129,93). Sum of RGB (Red+Green+Blue) = 237+129+93=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED815D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED815D is #127EA2. Grayscale: #9D9D9D. Windows color (decimal): -1212067 or 6128109. OLE color: 6128109.

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

Color convert

RGB 237 129 93 -
CMYK 0 0.46 0.61 0.07
HSL 15º 0.8% 0.65% -
HSV(B) 15º 0.61% 0.93% -
XYZ 44.75 34.5 14.66 -
YUV 157.19 91.78 184.93 -
System Red Green Blue C M Y K H S L
Decimal 237 129 93 0 0.46 0.61 0.07 15 0.8 0.65
Hex ED 81 5D 0 2E 3D 7 F 50 41
Octal 355 201 135 0 56 75 7 17 120 101
Binary 11101101 10000001 1011101 0 101110 111101 111 1111 1010000 1000001

Color Harmonies of #ED815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED815D

Black with #ED815D

Text Example


Text Example

White with #ED815D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED815D; }

 p { color: rgb(237,129,93); }

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

background-color css

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

 a { background-color: rgb(237,129,93); }

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

border-color css

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

 span { border-color: rgb(237,129,93); }

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