Html Css Color HEX #ED9259 Crusta

📋 copy color: '#ED9259'

red 237 ◦ green 146 ◦ blue 89

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

Shades of Crusta #ED9259

Tints of Crusta #ED9259

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.93%

 BLUE value IS 89 (35.16% from 255) = 18.86%

R = 50.21%
G = 30.93%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED9259 (or 0xED9259) is known color: Crusta. HEX triplet: ED, 92 and 59. RGB value is (237,146,89). Sum of RGB (Red+Green+Blue) = 237+146+89=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 89 (35.16% from 255 or 18.86% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9259 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9259 is #126DA6. Grayscale: #A7A7A7. Windows color (decimal): -1207719 or 5870317. OLE color: 5870317.

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

Color convert

RGB 237 146 89 -
CMYK 0 0.38 0.62 0.07
HSL 23.11º 0.8% 0.64% -
HSV(B) 23.11º 0.62% 0.93% -
XYZ 47.01 39.28 14.56 -
YUV 166.71 84.15 178.13 -
System Red Green Blue C M Y K H S L
Decimal 237 146 89 0 0.38 0.62 0.07 23.11 0.8 0.64
Hex ED 92 59 0 26 3E 7 17 50 40
Octal 355 222 131 0 46 76 7 27 120 100
Binary 11101101 10010010 1011001 0 100110 111110 111 10111 1010000 1000000

Color Harmonies of #ED9259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9259

Black with #ED9259

Text Example


Text Example

White with #ED9259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9259; }

 p { color: rgb(237,146,89); }

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

background-color css

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

 a { background-color: rgb(237,146,89); }

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

border-color css

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

 span { border-color: rgb(237,146,89); }

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