Html Css Color HEX #ED9057 Crusta

📋 copy color: '#ED9057'

red 237 ◦ green 144 ◦ blue 87

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

Shades of Crusta #ED9057

Tints of Crusta #ED9057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.59%

R = 50.64%
G = 30.77%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ED9057 (or 0xED9057) is known color: Crusta. HEX triplet: ED, 90 and 57. RGB value is (237,144,87). Sum of RGB (Red+Green+Blue) = 237+144+87=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 87 (34.38% from 255 or 18.59% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9057 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9057 is #126FA8. Grayscale: #A5A5A5. Windows color (decimal): -1208233 or 5738733. OLE color: 5738733.

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

Color convert

RGB 237 144 87 -
CMYK 0 0.39 0.63 0.07
HSL 22.8º 0.81% 0.64% -
HSV(B) 22.8º 0.63% 0.93% -
XYZ 46.62 38.64 14.02 -
YUV 165.31 83.81 179.13 -
System Red Green Blue C M Y K H S L
Decimal 237 144 87 0 0.39 0.63 0.07 22.8 0.81 0.64
Hex ED 90 57 0 27 3F 7 17 51 40
Octal 355 220 127 0 47 77 7 27 121 100
Binary 11101101 10010000 1010111 0 100111 111111 111 10111 1010001 1000000

Color Harmonies of #ED9057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9057

Black with #ED9057

Text Example


Text Example

White with #ED9057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9057; }

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

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

background-color css

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

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

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

border-color css

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

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

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