Html Css Color HEX #ED8259 Crusta

📋 copy color: '#ED8259'

red 237 ◦ green 130 ◦ blue 89

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

Shades of Crusta #ED8259

Tints of Crusta #ED8259

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.51%

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

R = 51.97%
G = 28.51%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED8259 (or 0xED8259) is known color: Crusta. HEX triplet: ED, 82 and 59. RGB value is (237,130,89). Sum of RGB (Red+Green+Blue) = 237+130+89=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8259 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8259 is #127DA6. Grayscale: #9D9D9D. Windows color (decimal): -1211815 or 5866221. OLE color: 5866221.

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

Color convert

RGB 237 130 89 -
CMYK 0 0.45 0.62 0.07
HSL 16.62º 0.8% 0.64% -
HSV(B) 16.62º 0.62% 0.93% -
XYZ 44.71 34.69 13.79 -
YUV 157.32 89.45 184.83 -
System Red Green Blue C M Y K H S L
Decimal 237 130 89 0 0.45 0.62 0.07 16.62 0.8 0.64
Hex ED 82 59 0 2D 3E 7 11 50 40
Octal 355 202 131 0 55 76 7 21 120 100
Binary 11101101 10000010 1011001 0 101101 111110 111 10001 1010000 1000000

Color Harmonies of #ED8259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8259

Black with #ED8259

Text Example


Text Example

White with #ED8259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8259; }

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

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

background-color css

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

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

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

border-color css

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

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

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