Html Css Color HEX #ED8356 Crusta

📋 copy color: '#ED8356'

red 237 ◦ green 131 ◦ blue 86

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

Shades of Crusta #ED8356

Tints of Crusta #ED8356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.94%

R = 52.2%
G = 28.85%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ED8356 (or 0xED8356) is known color: Crusta. HEX triplet: ED, 83 and 56. RGB value is (237,131,86). Sum of RGB (Red+Green+Blue) = 237+131+86=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8356 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8356 is #127CA9. Grayscale: #9D9D9D. Windows color (decimal): -1211562 or 5669869. OLE color: 5669869.

HSL color Cylindrical-coordinate representation of color #ED8356: hue angle of 17.88º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED8356 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 131 86 -
CMYK 0 0.45 0.64 0.07
HSL 17.88º 0.81% 0.63% -
HSV(B) 17.88º 0.64% 0.93% -
XYZ 44.72 34.91 13.19 -
YUV 157.56 87.62 184.66 -
System Red Green Blue C M Y K H S L
Decimal 237 131 86 0 0.45 0.64 0.07 17.88 0.81 0.63
Hex ED 83 56 0 2D 40 7 12 51 3F
Octal 355 203 126 0 55 100 7 22 121 77
Binary 11101101 10000011 1010110 0 101101 1000000 111 10010 1010001 111111

Color Harmonies of #ED8356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8356

Black with #ED8356

Text Example


Text Example

White with #ED8356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8356; }

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

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

background-color css

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

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

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

border-color css

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

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

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