Html Css Color HEX #ED834D Crusta

📋 copy color: '#ED834D'

red 237 ◦ green 131 ◦ blue 77

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

Shades of Crusta #ED834D

Tints of Crusta #ED834D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.44%

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

R = 53.26%
G = 29.44%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED834D (or 0xED834D) is known color: Crusta. HEX triplet: ED, 83 and 4D. RGB value is (237,131,77). Sum of RGB (Red+Green+Blue) = 237+131+77=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED834D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED834D is #127CB2. Grayscale: #9C9C9C. Windows color (decimal): -1211571 or 5080045. OLE color: 5080045.

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

Color convert

RGB 237 131 77 -
CMYK 0 0.45 0.68 0.07
HSL 20.25º 0.82% 0.62% -
HSV(B) 20.25º 0.68% 0.93% -
XYZ 44.38 34.77 11.39 -
YUV 156.54 83.12 185.39 -
System Red Green Blue C M Y K H S L
Decimal 237 131 77 0 0.45 0.68 0.07 20.25 0.82 0.62
Hex ED 83 4D 0 2D 44 7 14 52 3E
Octal 355 203 115 0 55 104 7 24 122 76
Binary 11101101 10000011 1001101 0 101101 1000100 111 10100 1010010 111110

Color Harmonies of #ED834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED834D

Black with #ED834D

Text Example


Text Example

White with #ED834D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED834D; }

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

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

background-color css

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

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

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

border-color css

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

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

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