Html Css Color HEX #ED8156 Crusta

📋 copy color: '#ED8156'

red 237 ◦ green 129 ◦ blue 86

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

Shades of Crusta #ED8156

Tints of Crusta #ED8156

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.54%

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

R = 52.43%
G = 28.54%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ED8156 (or 0xED8156) is known color: Crusta. HEX triplet: ED, 81 and 56. RGB value is (237,129,86). Sum of RGB (Red+Green+Blue) = 237+129+86=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 86 (33.98% from 255 or 19.03% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8156 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8156 is #127EA9. Grayscale: #9C9C9C. Windows color (decimal): -1212074 or 5669357. OLE color: 5669357.

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

Color convert

RGB 237 129 86 -
CMYK 0 0.46 0.64 0.07
HSL 17.09º 0.81% 0.63% -
HSV(B) 17.09º 0.64% 0.93% -
XYZ 44.46 34.38 13.1 -
YUV 156.39 88.28 185.5 -
System Red Green Blue C M Y K H S L
Decimal 237 129 86 0 0.46 0.64 0.07 17.09 0.81 0.63
Hex ED 81 56 0 2E 40 7 11 51 3F
Octal 355 201 126 0 56 100 7 21 121 77
Binary 11101101 10000001 1010110 0 101110 1000000 111 10001 1010001 111111

Color Harmonies of #ED8156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8156

Black with #ED8156

Text Example


Text Example

White with #ED8156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8156; }

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

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

background-color css

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

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

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

border-color css

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

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

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