Html Css Color HEX #ED824E Crusta

📋 copy color: '#ED824E'

red 237 ◦ green 130 ◦ blue 78

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

Shades of Crusta #ED824E

Tints of Crusta #ED824E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.21%

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

R = 53.26%
G = 29.21%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED824E (or 0xED824E) is known color: Crusta. HEX triplet: ED, 82 and 4E. RGB value is (237,130,78). Sum of RGB (Red+Green+Blue) = 237+130+78=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 78 (30.86% from 255 or 17.53% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED824E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED824E is #127DB1. Grayscale: #9C9C9C. Windows color (decimal): -1211826 or 5145325. OLE color: 5145325.

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

Color convert

RGB 237 130 78 -
CMYK 0 0.45 0.67 0.07
HSL 19.62º 0.82% 0.62% -
HSV(B) 19.62º 0.67% 0.93% -
XYZ 44.28 34.52 11.54 -
YUV 156.07 83.95 185.73 -
System Red Green Blue C M Y K H S L
Decimal 237 130 78 0 0.45 0.67 0.07 19.62 0.82 0.62
Hex ED 82 4E 0 2D 43 7 14 52 3E
Octal 355 202 116 0 55 103 7 24 122 76
Binary 11101101 10000010 1001110 0 101101 1000011 111 10100 1010010 111110

Color Harmonies of #ED824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED824E

Black with #ED824E

Text Example


Text Example

White with #ED824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED824E; }

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

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

background-color css

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

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

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

border-color css

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

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

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