Html Css Color HEX #ED9162 Crusta

📋 copy color: '#ED9162'

red 237 ◦ green 145 ◦ blue 98

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

Shades of Crusta #ED9162

Tints of Crusta #ED9162

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.21%

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

R = 49.38%
G = 30.21%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED9162 (or 0xED9162) is known color: Crusta. HEX triplet: ED, 91 and 62. RGB value is (237,145,98). Sum of RGB (Red+Green+Blue) = 237+145+98=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9162 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9162 is #126E9D. Grayscale: #A7A7A7. Windows color (decimal): -1207966 or 6459885. OLE color: 6459885.

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

Color convert

RGB 237 145 98 -
CMYK 0 0.39 0.59 0.07
HSL 20.29º 0.79% 0.66% -
HSV(B) 20.29º 0.59% 0.93% -
XYZ 47.26 39.14 16.62 -
YUV 167.15 88.98 177.82 -
System Red Green Blue C M Y K H S L
Decimal 237 145 98 0 0.39 0.59 0.07 20.29 0.79 0.66
Hex ED 91 62 0 27 3B 7 14 4F 42
Octal 355 221 142 0 47 73 7 24 117 102
Binary 11101101 10010001 1100010 0 100111 111011 111 10100 1001111 1000010

Color Harmonies of #ED9162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9162

Black with #ED9162

Text Example


Text Example

White with #ED9162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9162; }

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

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

background-color css

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

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

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

border-color css

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

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

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