Html Css Color HEX #ED844D Crusta

📋 copy color: '#ED844D'

red 237 ◦ green 132 ◦ blue 77

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

Shades of Crusta #ED844D

Tints of Crusta #ED844D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.6%

 BLUE value IS 77 (30.47% from 255) = 17.26%

R = 53.14%
G = 29.6%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED844D (or 0xED844D) is known color: Crusta. HEX triplet: ED, 84 and 4D. RGB value is (237,132,77). Sum of RGB (Red+Green+Blue) = 237+132+77=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED844D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED844D is #127BB2. Grayscale: #9D9D9D. Windows color (decimal): -1211315 or 5080301. OLE color: 5080301.

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

Color convert

RGB 237 132 77 -
CMYK 0 0.44 0.68 0.07
HSL 20.63º 0.82% 0.62% -
HSV(B) 20.63º 0.68% 0.93% -
XYZ 44.52 35.04 11.44 -
YUV 157.13 82.79 184.97 -
System Red Green Blue C M Y K H S L
Decimal 237 132 77 0 0.44 0.68 0.07 20.63 0.82 0.62
Hex ED 84 4D 0 2C 44 7 15 52 3E
Octal 355 204 115 0 54 104 7 25 122 76
Binary 11101101 10000100 1001101 0 101100 1000100 111 10101 1010010 111110

Color Harmonies of #ED844D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED844D

Black with #ED844D

Text Example


Text Example

White with #ED844D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED844D; }

 p { color: rgb(237,132,77); }

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

background-color css

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

 a { background-color: rgb(237,132,77); }

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

border-color css

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

 span { border-color: rgb(237,132,77); }

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