Html Css Color HEX #ED7E52 Crusta

📋 copy color: '#ED7E52'

red 237 ◦ green 126 ◦ blue 82

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

Shades of Crusta #ED7E52

Tints of Crusta #ED7E52

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.31%

 BLUE value IS 82 (32.42% from 255) = 18.43%

R = 53.26%
G = 28.31%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ED7E52 (or 0xED7E52) is known color: Crusta. HEX triplet: ED, 7E and 52. RGB value is (237,126,82). Sum of RGB (Red+Green+Blue) = 237+126+82=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7E52 is #1281AD. Grayscale: #9A9A9A. Windows color (decimal): -1212846 or 5406445. OLE color: 5406445.

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

Color convert

RGB 237 126 82 -
CMYK 0 0.47 0.65 0.07
HSL 17.03º 0.81% 0.63% -
HSV(B) 17.03º 0.65% 0.93% -
XYZ 43.91 33.54 12.14 -
YUV 154.17 87.27 187.08 -
System Red Green Blue C M Y K H S L
Decimal 237 126 82 0 0.47 0.65 0.07 17.03 0.81 0.63
Hex ED 7E 52 0 2F 41 7 11 51 3F
Octal 355 176 122 0 57 101 7 21 121 77
Binary 11101101 1111110 1010010 0 101111 1000001 111 10001 1010001 111111

Color Harmonies of #ED7E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7E52

Black with #ED7E52

Text Example


Text Example

White with #ED7E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7E52; }

 p { color: rgb(237,126,82); }

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

background-color css

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

 a { background-color: rgb(237,126,82); }

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

border-color css

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

 span { border-color: rgb(237,126,82); }

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