Html Css Color HEX #ED7E5B Crusta

📋 copy color: '#ED7E5B'

red 237 ◦ green 126 ◦ blue 91

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

Shades of Crusta #ED7E5B

Tints of Crusta #ED7E5B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.75%

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

R = 52.2%
G = 27.75%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED7E5B (or 0xED7E5B) is known color: Crusta. HEX triplet: ED, 7E and 5B. RGB value is (237,126,91). Sum of RGB (Red+Green+Blue) = 237+126+91=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7E5B is #1281A4. Grayscale: #9B9B9B. Windows color (decimal): -1212837 or 5996269. OLE color: 5996269.

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

Color convert

RGB 237 126 91 -
CMYK 0 0.47 0.62 0.07
HSL 14.38º 0.8% 0.64% -
HSV(B) 14.38º 0.62% 0.93% -
XYZ 44.27 33.68 14.07 -
YUV 155.2 91.77 186.35 -
System Red Green Blue C M Y K H S L
Decimal 237 126 91 0 0.47 0.62 0.07 14.38 0.8 0.64
Hex ED 7E 5B 0 2F 3E 7 E 50 40
Octal 355 176 133 0 57 76 7 16 120 100
Binary 11101101 1111110 1011011 0 101111 111110 111 1110 1010000 1000000

Color Harmonies of #ED7E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7E5B

Black with #ED7E5B

Text Example


Text Example

White with #ED7E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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