Html Css Color HEX #ED7E4E Crusta

📋 copy color: '#ED7E4E'

red 237 ◦ green 126 ◦ blue 78

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

Shades of Crusta #ED7E4E

Tints of Crusta #ED7E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.69%

R = 53.74%
G = 28.57%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED7E4E (or 0xED7E4E) is known color: Crusta. HEX triplet: ED, 7E and 4E. RGB value is (237,126,78). Sum of RGB (Red+Green+Blue) = 237+126+78=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 78 (30.86% from 255 or 17.69% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7E4E is #1281B1. Grayscale: #9A9A9A. Windows color (decimal): -1212850 or 5144301. OLE color: 5144301.

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

Color convert

RGB 237 126 78 -
CMYK 0 0.47 0.67 0.07
HSL 18.11º 0.82% 0.62% -
HSV(B) 18.11º 0.67% 0.93% -
XYZ 43.76 33.48 11.36 -
YUV 153.72 85.27 187.4 -
System Red Green Blue C M Y K H S L
Decimal 237 126 78 0 0.47 0.67 0.07 18.11 0.82 0.62
Hex ED 7E 4E 0 2F 43 7 12 52 3E
Octal 355 176 116 0 57 103 7 22 122 76
Binary 11101101 1111110 1001110 0 101111 1000011 111 10010 1010010 111110

Color Harmonies of #ED7E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7E4E

Black with #ED7E4E

Text Example


Text Example

White with #ED7E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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