Html Css Color HEX #ED8B5C Crusta

📋 copy color: '#ED8B5C'

red 237 ◦ green 139 ◦ blue 92

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

Shades of Crusta #ED8B5C

Tints of Crusta #ED8B5C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.7%

 BLUE value IS 92 (36.33% from 255) = 19.66%

R = 50.64%
G = 29.7%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED8B5C (or 0xED8B5C) is known color: Crusta. HEX triplet: ED, 8B and 5C. RGB value is (237,139,92). Sum of RGB (Red+Green+Blue) = 237+139+92=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8B5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8B5C is #1274A3. Grayscale: #A3A3A3. Windows color (decimal): -1209508 or 6065133. OLE color: 6065133.

HSL color Cylindrical-coordinate representation of color #ED8B5C: hue angle of 19.45º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED8B5C is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 139 92 -
CMYK 0 0.41 0.61 0.07
HSL 19.45º 0.8% 0.65% -
HSV(B) 19.45º 0.61% 0.93% -
XYZ 46.09 37.24 14.88 -
YUV 162.94 87.97 180.82 -
System Red Green Blue C M Y K H S L
Decimal 237 139 92 0 0.41 0.61 0.07 19.45 0.8 0.65
Hex ED 8B 5C 0 29 3D 7 13 50 41
Octal 355 213 134 0 51 75 7 23 120 101
Binary 11101101 10001011 1011100 0 101001 111101 111 10011 1010000 1000001

Color Harmonies of #ED8B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8B5C

Black with #ED8B5C

Text Example


Text Example

White with #ED8B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8B5C; }

 p { color: rgb(237,139,92); }

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

background-color css

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

 a { background-color: rgb(237,139,92); }

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

border-color css

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

 span { border-color: rgb(237,139,92); }

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