Html Css Color HEX #ED875E Crusta

📋 copy color: '#ED875E'

red 237 ◦ green 135 ◦ blue 94

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

Shades of Crusta #ED875E

Tints of Crusta #ED875E

RGB

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

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

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

R = 50.86%
G = 28.97%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED875E (or 0xED875E) is known color: Crusta. HEX triplet: ED, 87 and 5E. RGB value is (237,135,94). Sum of RGB (Red+Green+Blue) = 237+135+94=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED875E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED875E is #1278A1. Grayscale: #A1A1A1. Windows color (decimal): -1210530 or 6195181. OLE color: 6195181.

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

Color convert

RGB 237 135 94 -
CMYK 0 0.43 0.60 0.07
HSL 17.2º 0.8% 0.65% -
HSV(B) 17.2º 0.6% 0.93% -
XYZ 45.61 36.14 15.16 -
YUV 160.82 90.29 182.33 -
System Red Green Blue C M Y K H S L
Decimal 237 135 94 0 0.43 0.60 0.07 17.2 0.8 0.65
Hex ED 87 5E 0 2B 3C 7 11 50 41
Octal 355 207 136 0 53 74 7 21 120 101
Binary 11101101 10000111 1011110 0 101011 111100 111 10001 1010000 1000001

Color Harmonies of #ED875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED875E

Black with #ED875E

Text Example


Text Example

White with #ED875E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED875E; }

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

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

background-color css

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

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

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

border-color css

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

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

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