Html Css Color HEX #ED8756 Crusta

📋 copy color: '#ED8756'

red 237 ◦ green 135 ◦ blue 86

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

Shades of Crusta #ED8756

Tints of Crusta #ED8756

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.48%

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

R = 51.75%
G = 29.48%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ED8756 (or 0xED8756) is known color: Crusta. HEX triplet: ED, 87 and 56. RGB value is (237,135,86). Sum of RGB (Red+Green+Blue) = 237+135+86=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8756 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8756 is #1278A9. Grayscale: #A0A0A0. Windows color (decimal): -1210538 or 5670893. OLE color: 5670893.

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

Color convert

RGB 237 135 86 -
CMYK 0 0.43 0.64 0.07
HSL 19.47º 0.81% 0.63% -
HSV(B) 19.47º 0.64% 0.93% -
XYZ 45.27 36 13.37 -
YUV 159.91 86.29 182.98 -
System Red Green Blue C M Y K H S L
Decimal 237 135 86 0 0.43 0.64 0.07 19.47 0.81 0.63
Hex ED 87 56 0 2B 40 7 13 51 3F
Octal 355 207 126 0 53 100 7 23 121 77
Binary 11101101 10000111 1010110 0 101011 1000000 111 10011 1010001 111111

Color Harmonies of #ED8756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8756

Black with #ED8756

Text Example


Text Example

White with #ED8756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8756; }

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

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

background-color css

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

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

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

border-color css

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

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

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