Html Css Color HEX #ED8650 Crusta

📋 copy color: '#ED8650'

red 237 ◦ green 134 ◦ blue 80

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

Shades of Crusta #ED8650

Tints of Crusta #ED8650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.71%

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

R = 52.55%
G = 29.71%
B = 17.74%

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

#ED8650 (or 0xED8650) is known color: Crusta. HEX triplet: ED, 86 and 50. RGB value is (237,134,80). Sum of RGB (Red+Green+Blue) = 237+134+80=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8650 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8650 is #1279AF. Grayscale: #9E9E9E. Windows color (decimal): -1210800 or 5277421. OLE color: 5277421.

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

Color convert

RGB 237 134 80 -
CMYK 0 0.43 0.66 0.07
HSL 20.64º 0.81% 0.62% -
HSV(B) 20.64º 0.66% 0.93% -
XYZ 44.9 35.63 12.1 -
YUV 158.64 83.62 183.89 -
System Red Green Blue C M Y K H S L
Decimal 237 134 80 0 0.43 0.66 0.07 20.64 0.81 0.62
Hex ED 86 50 0 2B 42 7 15 51 3E
Octal 355 206 120 0 53 102 7 25 121 76
Binary 11101101 10000110 1010000 0 101011 1000010 111 10101 1010001 111110

Color Harmonies of #ED8650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8650

Black with #ED8650

Text Example


Text Example

White with #ED8650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8650; }

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

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

background-color css

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

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

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

border-color css

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

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

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