Html Css Color HEX #ED8664 Crusta

📋 copy color: '#ED8664'

red 237 ◦ green 134 ◦ blue 100

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

Shades of Crusta #ED8664

Tints of Crusta #ED8664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.23%

R = 50.32%
G = 28.45%
B = 21.23%

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

#ED8664 (or 0xED8664) is known color: Crusta. HEX triplet: ED, 86 and 64. RGB value is (237,134,100). Sum of RGB (Red+Green+Blue) = 237+134+100=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8664 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8664 is #12799B. Grayscale: #A1A1A1. Windows color (decimal): -1210780 or 6588141. OLE color: 6588141.

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

Color convert

RGB 237 134 100 -
CMYK 0 0.43 0.58 0.07
HSL 14.89º 0.79% 0.66% -
HSV(B) 14.89º 0.58% 0.93% -
XYZ 45.75 35.97 16.59 -
YUV 160.92 93.62 182.26 -
System Red Green Blue C M Y K H S L
Decimal 237 134 100 0 0.43 0.58 0.07 14.89 0.79 0.66
Hex ED 86 64 0 2B 3A 7 F 4F 42
Octal 355 206 144 0 53 72 7 17 117 102
Binary 11101101 10000110 1100100 0 101011 111010 111 1111 1001111 1000010

Color Harmonies of #ED8664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8664

Black with #ED8664

Text Example


Text Example

White with #ED8664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8664; }

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

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

background-color css

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

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

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

border-color css

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

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

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