Html Css Color HEX #ED875D Crusta

📋 copy color: '#ED875D'

red 237 ◦ green 135 ◦ blue 93

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

Shades of Crusta #ED875D

Tints of Crusta #ED875D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.03%

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

R = 50.97%
G = 29.03%
B = 20%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED875D (or 0xED875D) is known color: Crusta. HEX triplet: ED, 87 and 5D. RGB value is (237,135,93). Sum of RGB (Red+Green+Blue) = 237+135+93=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED875D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED875D is #1278A2. Grayscale: #A0A0A0. Windows color (decimal): -1210531 or 6129645. OLE color: 6129645.

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

Color convert

RGB 237 135 93 -
CMYK 0 0.43 0.61 0.07
HSL 17.5º 0.8% 0.65% -
HSV(B) 17.5º 0.61% 0.93% -
XYZ 45.56 36.12 14.93 -
YUV 160.71 89.79 182.42 -
System Red Green Blue C M Y K H S L
Decimal 237 135 93 0 0.43 0.61 0.07 17.5 0.8 0.65
Hex ED 87 5D 0 2B 3D 7 12 50 41
Octal 355 207 135 0 53 75 7 22 120 101
Binary 11101101 10000111 1011101 0 101011 111101 111 10010 1010000 1000001

Color Harmonies of #ED875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED875D

Black with #ED875D

Text Example


Text Example

White with #ED875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED875D; }

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

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

background-color css

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

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

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

border-color css

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

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

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