Html Css Color HEX #ED8364 Crusta

📋 copy color: '#ED8364'

red 237 ◦ green 131 ◦ blue 100

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

Shades of Crusta #ED8364

Tints of Crusta #ED8364

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.99%

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

R = 50.64%
G = 27.99%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ED8364 (or 0xED8364) is known color: Crusta. HEX triplet: ED, 83 and 64. RGB value is (237,131,100). Sum of RGB (Red+Green+Blue) = 237+131+100=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8364 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8364 is #127C9B. Grayscale: #9F9F9F. Windows color (decimal): -1211548 or 6587373. OLE color: 6587373.

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

Color convert

RGB 237 131 100 -
CMYK 0 0.45 0.58 0.07
HSL 13.58º 0.79% 0.66% -
HSV(B) 13.58º 0.58% 0.93% -
XYZ 45.34 35.16 16.45 -
YUV 159.16 94.62 183.52 -
System Red Green Blue C M Y K H S L
Decimal 237 131 100 0 0.45 0.58 0.07 13.58 0.79 0.66
Hex ED 83 64 0 2D 3A 7 E 4F 42
Octal 355 203 144 0 55 72 7 16 117 102
Binary 11101101 10000011 1100100 0 101101 111010 111 1110 1001111 1000010

Color Harmonies of #ED8364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8364

Black with #ED8364

Text Example


Text Example

White with #ED8364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8364; }

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

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

background-color css

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

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

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

border-color css

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

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

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