Html Css Color HEX #ED9053 Crusta

📋 copy color: '#ED9053'

red 237 ◦ green 144 ◦ blue 83

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

Shades of Crusta #ED9053

Tints of Crusta #ED9053

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.03%

 BLUE value IS 83 (32.81% from 255) = 17.89%

R = 51.08%
G = 31.03%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ED9053 (or 0xED9053) is known color: Crusta. HEX triplet: ED, 90 and 53. RGB value is (237,144,83). Sum of RGB (Red+Green+Blue) = 237+144+83=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 83 (32.81% from 255 or 17.89% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9053 is #126FAC. Grayscale: #A5A5A5. Windows color (decimal): -1208237 or 5476589. OLE color: 5476589.

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

Color convert

RGB 237 144 83 -
CMYK 0 0.39 0.65 0.07
HSL 23.77º 0.81% 0.63% -
HSV(B) 23.77º 0.65% 0.93% -
XYZ 46.46 38.58 13.18 -
YUV 164.85 81.81 179.46 -
System Red Green Blue C M Y K H S L
Decimal 237 144 83 0 0.39 0.65 0.07 23.77 0.81 0.63
Hex ED 90 53 0 27 41 7 18 51 3F
Octal 355 220 123 0 47 101 7 30 121 77
Binary 11101101 10010000 1010011 0 100111 1000001 111 11000 1010001 111111

Color Harmonies of #ED9053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9053

Black with #ED9053

Text Example


Text Example

White with #ED9053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9053; }

 p { color: rgb(237,144,83); }

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

background-color css

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

 a { background-color: rgb(237,144,83); }

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

border-color css

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

 span { border-color: rgb(237,144,83); }

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