Html Css Color HEX #ED9063 Crusta

📋 copy color: '#ED9063'

red 237 ◦ green 144 ◦ blue 99

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

Shades of Crusta #ED9063

Tints of Crusta #ED9063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.63%

R = 49.38%
G = 30%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ED9063 (or 0xED9063) is known color: Crusta. HEX triplet: ED, 90 and 63. RGB value is (237,144,99). Sum of RGB (Red+Green+Blue) = 237+144+99=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 99 (39.06% from 255 or 20.62% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9063 is #126F9C. Grayscale: #A6A6A6. Windows color (decimal): -1208221 or 6525165. OLE color: 6525165.

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

Color convert

RGB 237 144 99 -
CMYK 0 0.39 0.58 0.07
HSL 19.57º 0.79% 0.66% -
HSV(B) 19.57º 0.58% 0.93% -
XYZ 47.15 38.85 16.82 -
YUV 166.68 89.81 178.16 -
System Red Green Blue C M Y K H S L
Decimal 237 144 99 0 0.39 0.58 0.07 19.57 0.79 0.66
Hex ED 90 63 0 27 3A 7 14 4F 42
Octal 355 220 143 0 47 72 7 24 117 102
Binary 11101101 10010000 1100011 0 100111 111010 111 10100 1001111 1000010

Color Harmonies of #ED9063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9063

Black with #ED9063

Text Example


Text Example

White with #ED9063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9063; }

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

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

background-color css

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

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

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

border-color css

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

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

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