Html Css Color HEX #ED8562 Crusta

📋 copy color: '#ED8562'

red 237 ◦ green 133 ◦ blue 98

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

Shades of Crusta #ED8562

Tints of Crusta #ED8562

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.42%

 BLUE value IS 98 (38.67% from 255) = 20.94%

R = 50.64%
G = 28.42%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED8562 (or 0xED8562) is known color: Crusta. HEX triplet: ED, 85 and 62. RGB value is (237,133,98). Sum of RGB (Red+Green+Blue) = 237+133+98=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8562 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8562 is #127A9D. Grayscale: #A0A0A0. Windows color (decimal): -1211038 or 6456813. OLE color: 6456813.

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

Color convert

RGB 237 133 98 -
CMYK 0 0.44 0.59 0.07
HSL 15.11º 0.79% 0.66% -
HSV(B) 15.11º 0.59% 0.93% -
XYZ 45.52 35.66 16.04 -
YUV 160.11 92.96 182.85 -
System Red Green Blue C M Y K H S L
Decimal 237 133 98 0 0.44 0.59 0.07 15.11 0.79 0.66
Hex ED 85 62 0 2C 3B 7 F 4F 42
Octal 355 205 142 0 54 73 7 17 117 102
Binary 11101101 10000101 1100010 0 101100 111011 111 1111 1001111 1000010

Color Harmonies of #ED8562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8562

Black with #ED8562

Text Example


Text Example

White with #ED8562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8562; }

 p { color: rgb(237,133,98); }

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

background-color css

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

 a { background-color: rgb(237,133,98); }

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

border-color css

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

 span { border-color: rgb(237,133,98); }

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