Html Css Color HEX #ED8F5B Crusta

📋 copy color: '#ED8F5B'

red 237 ◦ green 143 ◦ blue 91

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

Shades of Crusta #ED8F5B

Tints of Crusta #ED8F5B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.36%

 BLUE value IS 91 (35.94% from 255) = 19.32%

R = 50.32%
G = 30.36%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED8F5B (or 0xED8F5B) is known color: Crusta. HEX triplet: ED, 8F and 5B. RGB value is (237,143,91). Sum of RGB (Red+Green+Blue) = 237+143+91=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8F5B is #1270A4. Grayscale: #A5A5A5. Windows color (decimal): -1208485 or 6000621. OLE color: 6000621.

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

Color convert

RGB 237 143 91 -
CMYK 0 0.40 0.62 0.07
HSL 21.37º 0.8% 0.64% -
HSV(B) 21.37º 0.62% 0.93% -
XYZ 46.64 38.4 14.85 -
YUV 165.18 86.14 179.23 -
System Red Green Blue C M Y K H S L
Decimal 237 143 91 0 0.40 0.62 0.07 21.37 0.8 0.64
Hex ED 8F 5B 0 28 3E 7 15 50 40
Octal 355 217 133 0 50 76 7 25 120 100
Binary 11101101 10001111 1011011 0 101000 111110 111 10101 1010000 1000000

Color Harmonies of #ED8F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F5B

Black with #ED8F5B

Text Example


Text Example

White with #ED8F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F5B; }

 p { color: rgb(237,143,91); }

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

background-color css

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

 a { background-color: rgb(237,143,91); }

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

border-color css

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

 span { border-color: rgb(237,143,91); }

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