Html Css Color HEX #ED825D Crusta

📋 copy color: '#ED825D'

red 237 ◦ green 130 ◦ blue 93

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

Shades of Crusta #ED825D

Tints of Crusta #ED825D

RGB

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

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

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

R = 51.52%
G = 28.26%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED825D (or 0xED825D) is known color: Crusta. HEX triplet: ED, 82 and 5D. RGB value is (237,130,93). Sum of RGB (Red+Green+Blue) = 237+130+93=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED825D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED825D is #127DA2. Grayscale: #9E9E9E. Windows color (decimal): -1211811 or 6128365. OLE color: 6128365.

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

Color convert

RGB 237 130 93 -
CMYK 0 0.45 0.61 0.07
HSL 15.42º 0.8% 0.65% -
HSV(B) 15.42º 0.61% 0.93% -
XYZ 44.88 34.76 14.7 -
YUV 157.78 91.45 184.51 -
System Red Green Blue C M Y K H S L
Decimal 237 130 93 0 0.45 0.61 0.07 15.42 0.8 0.65
Hex ED 82 5D 0 2D 3D 7 F 50 41
Octal 355 202 135 0 55 75 7 17 120 101
Binary 11101101 10000010 1011101 0 101101 111101 111 1111 1010000 1000001

Color Harmonies of #ED825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED825D

Black with #ED825D

Text Example


Text Example

White with #ED825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED825D; }

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

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

background-color css

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

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

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

border-color css

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

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

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