Html Css Color HEX #ED8062 Crusta

📋 copy color: '#ED8062'

red 237 ◦ green 128 ◦ blue 98

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

Shades of Crusta #ED8062

Tints of Crusta #ED8062

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.65%

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

R = 51.19%
G = 27.65%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED8062 (or 0xED8062) is known color: Crusta. HEX triplet: ED, 80 and 62. RGB value is (237,128,98). Sum of RGB (Red+Green+Blue) = 237+128+98=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8062 is #127F9D. Grayscale: #9D9D9D. Windows color (decimal): -1212318 or 6455533. OLE color: 6455533.

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

Color convert

RGB 237 128 98 -
CMYK 0 0.46 0.59 0.07
HSL 12.95º 0.79% 0.66% -
HSV(B) 12.95º 0.59% 0.93% -
XYZ 44.85 34.32 15.82 -
YUV 157.17 94.61 184.94 -
System Red Green Blue C M Y K H S L
Decimal 237 128 98 0 0.46 0.59 0.07 12.95 0.79 0.66
Hex ED 80 62 0 2E 3B 7 D 4F 42
Octal 355 200 142 0 56 73 7 15 117 102
Binary 11101101 10000000 1100010 0 101110 111011 111 1101 1001111 1000010

Color Harmonies of #ED8062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8062

Black with #ED8062

Text Example


Text Example

White with #ED8062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8062; }

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

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

background-color css

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

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

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

border-color css

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

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

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