Html Css Color HEX #ED8850 Crusta

📋 copy color: '#ED8850'

red 237 ◦ green 136 ◦ blue 80

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

Shades of Crusta #ED8850

Tints of Crusta #ED8850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.66%

R = 52.32%
G = 30.02%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ED8850 (or 0xED8850) is known color: Crusta. HEX triplet: ED, 88 and 50. RGB value is (237,136,80). Sum of RGB (Red+Green+Blue) = 237+136+80=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 80 (31.64% from 255 or 17.66% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8850 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8850 is #1277AF. Grayscale: #A0A0A0. Windows color (decimal): -1210288 or 5277933. OLE color: 5277933.

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

Color convert

RGB 237 136 80 -
CMYK 0 0.43 0.66 0.07
HSL 21.4º 0.81% 0.62% -
HSV(B) 21.4º 0.66% 0.93% -
XYZ 45.18 36.19 12.19 -
YUV 159.82 82.96 183.05 -
System Red Green Blue C M Y K H S L
Decimal 237 136 80 0 0.43 0.66 0.07 21.4 0.81 0.62
Hex ED 88 50 0 2B 42 7 15 51 3E
Octal 355 210 120 0 53 102 7 25 121 76
Binary 11101101 10001000 1010000 0 101011 1000010 111 10101 1010001 111110

Color Harmonies of #ED8850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8850

Black with #ED8850

Text Example


Text Example

White with #ED8850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8850; }

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

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

background-color css

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

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

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

border-color css

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

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

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