Html Css Color HEX #ED885B Crusta

📋 copy color: '#ED885B'

red 237 ◦ green 136 ◦ blue 91

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

Shades of Crusta #ED885B

Tints of Crusta #ED885B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.61%

R = 51.08%
G = 29.31%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED885B (or 0xED885B) is known color: Crusta. HEX triplet: ED, 88 and 5B. RGB value is (237,136,91). Sum of RGB (Red+Green+Blue) = 237+136+91=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 91 (35.94% from 255 or 19.61% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED885B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED885B is #1277A4. Grayscale: #A1A1A1. Windows color (decimal): -1210277 or 5998829. OLE color: 5998829.

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

Color convert

RGB 237 136 91 -
CMYK 0 0.43 0.62 0.07
HSL 18.49º 0.8% 0.64% -
HSV(B) 18.49º 0.62% 0.93% -
XYZ 45.62 36.37 14.51 -
YUV 161.07 88.46 182.16 -
System Red Green Blue C M Y K H S L
Decimal 237 136 91 0 0.43 0.62 0.07 18.49 0.8 0.64
Hex ED 88 5B 0 2B 3E 7 12 50 40
Octal 355 210 133 0 53 76 7 22 120 100
Binary 11101101 10001000 1011011 0 101011 111110 111 10010 1010000 1000000

Color Harmonies of #ED885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED885B

Black with #ED885B

Text Example


Text Example

White with #ED885B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED885B; }

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

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

background-color css

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

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

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

border-color css

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

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

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