Html Css Color HEX #ED8663 Crusta

📋 copy color: '#ED8663'

red 237 ◦ green 134 ◦ blue 99

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

Shades of Crusta #ED8663

Tints of Crusta #ED8663

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.51%

 BLUE value IS 99 (39.06% from 255) = 21.06%

R = 50.43%
G = 28.51%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ED8663 (or 0xED8663) is known color: Crusta. HEX triplet: ED, 86 and 63. RGB value is (237,134,99). Sum of RGB (Red+Green+Blue) = 237+134+99=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8663 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8663 is #12799C. Grayscale: #A1A1A1. Windows color (decimal): -1210781 or 6522605. OLE color: 6522605.

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

Color convert

RGB 237 134 99 -
CMYK 0 0.43 0.58 0.07
HSL 15.22º 0.79% 0.66% -
HSV(B) 15.22º 0.58% 0.93% -
XYZ 45.7 35.96 16.34 -
YUV 160.81 93.12 182.35 -
System Red Green Blue C M Y K H S L
Decimal 237 134 99 0 0.43 0.58 0.07 15.22 0.79 0.66
Hex ED 86 63 0 2B 3A 7 F 4F 42
Octal 355 206 143 0 53 72 7 17 117 102
Binary 11101101 10000110 1100011 0 101011 111010 111 1111 1001111 1000010

Color Harmonies of #ED8663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8663

Black with #ED8663

Text Example


Text Example

White with #ED8663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8663; }

 p { color: rgb(237,134,99); }

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

background-color css

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

 a { background-color: rgb(237,134,99); }

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

border-color css

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

 span { border-color: rgb(237,134,99); }

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