Html Css Color HEX #ED8358 Crusta

📋 copy color: '#ED8358'

red 237 ◦ green 131 ◦ blue 88

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

Shades of Crusta #ED8358

Tints of Crusta #ED8358

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.73%

 BLUE value IS 88 (34.77% from 255) = 19.3%

R = 51.97%
G = 28.73%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ED8358 (or 0xED8358) is known color: Crusta. HEX triplet: ED, 83 and 58. RGB value is (237,131,88). Sum of RGB (Red+Green+Blue) = 237+131+88=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 88 (34.77% from 255 or 19.30% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8358 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8358 is #127CA7. Grayscale: #9E9E9E. Windows color (decimal): -1211560 or 5800941. OLE color: 5800941.

HSL color Cylindrical-coordinate representation of color #ED8358: hue angle of 17.32º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED8358 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 131 88 -
CMYK 0 0.45 0.63 0.07
HSL 17.32º 0.81% 0.64% -
HSV(B) 17.32º 0.63% 0.93% -
XYZ 44.8 34.94 13.62 -
YUV 157.79 88.62 184.5 -
System Red Green Blue C M Y K H S L
Decimal 237 131 88 0 0.45 0.63 0.07 17.32 0.81 0.64
Hex ED 83 58 0 2D 3F 7 11 51 40
Octal 355 203 130 0 55 77 7 21 121 100
Binary 11101101 10000011 1011000 0 101101 111111 111 10001 1010001 1000000

Color Harmonies of #ED8358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8358

Black with #ED8358

Text Example


Text Example

White with #ED8358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8358; }

 p { color: rgb(237,131,88); }

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

background-color css

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

 a { background-color: rgb(237,131,88); }

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

border-color css

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

 span { border-color: rgb(237,131,88); }

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