Html Css Color HEX #ED825E Crusta

📋 copy color: '#ED825E'

red 237 ◦ green 130 ◦ blue 94

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

Shades of Crusta #ED825E

Tints of Crusta #ED825E

RGB

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

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

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

R = 51.41%
G = 28.2%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED825E (or 0xED825E) is known color: Crusta. HEX triplet: ED, 82 and 5E. RGB value is (237,130,94). Sum of RGB (Red+Green+Blue) = 237+130+94=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED825E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED825E is #127DA1. Grayscale: #9E9E9E. Windows color (decimal): -1211810 or 6193901. OLE color: 6193901.

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

Color convert

RGB 237 130 94 -
CMYK 0 0.45 0.60 0.07
HSL 15.1º 0.8% 0.65% -
HSV(B) 15.1º 0.6% 0.93% -
XYZ 44.93 34.78 14.93 -
YUV 157.89 91.95 184.43 -
System Red Green Blue C M Y K H S L
Decimal 237 130 94 0 0.45 0.60 0.07 15.1 0.8 0.65
Hex ED 82 5E 0 2D 3C 7 F 50 41
Octal 355 202 136 0 55 74 7 17 120 101
Binary 11101101 10000010 1011110 0 101101 111100 111 1111 1010000 1000001

Color Harmonies of #ED825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED825E

Black with #ED825E

Text Example


Text Example

White with #ED825E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED825E; }

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

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

background-color css

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

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

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

border-color css

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

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

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