Html Css Color HEX #ED9459 Crusta

📋 copy color: '#ED9459'

red 237 ◦ green 148 ◦ blue 89

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

Shades of Crusta #ED9459

Tints of Crusta #ED9459

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.22%

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

R = 50%
G = 31.22%
B = 18.78%

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

#ED9459 (or 0xED9459) is known color: Crusta. HEX triplet: ED, 94 and 59. RGB value is (237,148,89). Sum of RGB (Red+Green+Blue) = 237+148+89=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 89 (35.16% from 255 or 18.78% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9459 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9459 is #126BA6. Grayscale: #A8A8A8. Windows color (decimal): -1207207 or 5870829. OLE color: 5870829.

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

Color convert

RGB 237 148 89 -
CMYK 0 0.38 0.62 0.07
HSL 23.92º 0.8% 0.64% -
HSV(B) 23.92º 0.62% 0.93% -
XYZ 47.32 39.91 14.66 -
YUV 167.89 83.49 177.3 -
System Red Green Blue C M Y K H S L
Decimal 237 148 89 0 0.38 0.62 0.07 23.92 0.8 0.64
Hex ED 94 59 0 26 3E 7 18 50 40
Octal 355 224 131 0 46 76 7 30 120 100
Binary 11101101 10010100 1011001 0 100110 111110 111 11000 1010000 1000000

Color Harmonies of #ED9459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9459

Black with #ED9459

Text Example


Text Example

White with #ED9459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9459; }

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

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

background-color css

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

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

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

border-color css

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

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

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