#ED8765

Color #ED8765 Crusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusta #ED8765

Tints of Crusta #ED8765

Color information

#ED8765 (or 0xED8765) is unknown color: approx Crusta. HEX triplet: ED, 87 and 65. RGB value is (237,135,101). Sum of RGB (Red+Green+Blue) = 237+135+101=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8765 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8765 is #12789A. Grayscale: #A1A1A1. Windows color (decimal): -1210523 or 6653933. OLE color: 6653933.

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

Color convert

RGB237135101-
CMYK00.430.570.07
HSL15º79.07%66.27%-
HSV(B)15º57.38%92.94%-
XYZ45.9436.2716.89-
YUV161.6293.79181.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.11%
GREEN value IS 135 (53.12% from 255) = 28.54%
BLUE value IS 101 (39.84% from 255) = 21.35%
R=50.11%
G=28.54%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713510100.430.570.071579.0766.27
HexED876502B397f4f42
Octal35520714505371717117102
Binary111011011000011111001010101011111001111111110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8765; }

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

 H1.HeaderClassName
 {
   color: #ED8765;
 }
 .AnyTagClassName
 {
   color: #ED8765;
 }
</style>
background-color css

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

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

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

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

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

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