Html Css Color HEX #ED885E Crusta

📋 copy color: '#ED885E'

red 237 ◦ green 136 ◦ blue 94

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

Shades of Crusta #ED885E

Tints of Crusta #ED885E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.13%

R = 50.75%
G = 29.12%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED885E (or 0xED885E) is known color: Crusta. HEX triplet: ED, 88 and 5E. RGB value is (237,136,94). Sum of RGB (Red+Green+Blue) = 237+136+94=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED885E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED885E is #1277A1. Grayscale: #A1A1A1. Windows color (decimal): -1210274 or 6195437. OLE color: 6195437.

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

Color convert

RGB 237 136 94 -
CMYK 0 0.43 0.60 0.07
HSL 17.62º 0.8% 0.65% -
HSV(B) 17.62º 0.6% 0.93% -
XYZ 45.75 36.42 15.21 -
YUV 161.41 89.96 181.92 -
System Red Green Blue C M Y K H S L
Decimal 237 136 94 0 0.43 0.60 0.07 17.62 0.8 0.65
Hex ED 88 5E 0 2B 3C 7 12 50 41
Octal 355 210 136 0 53 74 7 22 120 101
Binary 11101101 10001000 1011110 0 101011 111100 111 10010 1010000 1000001

Color Harmonies of #ED885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED885E

Black with #ED885E

Text Example


Text Example

White with #ED885E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED885E; }

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

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

background-color css

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

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

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

border-color css

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

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

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