Html Css Color HEX #ED885C Crusta

📋 copy color: '#ED885C'

red 237 ◦ green 136 ◦ blue 92

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

Shades of Crusta #ED885C

Tints of Crusta #ED885C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.25%

 BLUE value IS 92 (36.33% from 255) = 19.78%

R = 50.97%
G = 29.25%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED885C (or 0xED885C) is known color: Crusta. HEX triplet: ED, 88 and 5C. RGB value is (237,136,92). Sum of RGB (Red+Green+Blue) = 237+136+92=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED885C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED885C is #1277A3. Grayscale: #A1A1A1. Windows color (decimal): -1210276 or 6064365. OLE color: 6064365.

HSL color Cylindrical-coordinate representation of color #ED885C: hue angle of 18.21º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED885C is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 136 92 -
CMYK 0 0.43 0.61 0.07
HSL 18.21º 0.8% 0.65% -
HSV(B) 18.21º 0.61% 0.93% -
XYZ 45.66 36.39 14.74 -
YUV 161.18 88.96 182.08 -
System Red Green Blue C M Y K H S L
Decimal 237 136 92 0 0.43 0.61 0.07 18.21 0.8 0.65
Hex ED 88 5C 0 2B 3D 7 12 50 41
Octal 355 210 134 0 53 75 7 22 120 101
Binary 11101101 10001000 1011100 0 101011 111101 111 10010 1010000 1000001

Color Harmonies of #ED885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED885C

Black with #ED885C

Text Example


Text Example

White with #ED885C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED885C; }

 p { color: rgb(237,136,92); }

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

background-color css

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

 a { background-color: rgb(237,136,92); }

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

border-color css

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

 span { border-color: rgb(237,136,92); }

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