Html Css Color HEX #ED825B Crusta

📋 copy color: '#ED825B'

red 237 ◦ green 130 ◦ blue 91

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

Shades of Crusta #ED825B

Tints of Crusta #ED825B

RGB

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

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

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

R = 51.75%
G = 28.38%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED825B (or 0xED825B) is known color: Crusta. HEX triplet: ED, 82 and 5B. RGB value is (237,130,91). Sum of RGB (Red+Green+Blue) = 237+130+91=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED825B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED825B is #127DA4. Grayscale: #9D9D9D. Windows color (decimal): -1211813 or 5997293. OLE color: 5997293.

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

Color convert

RGB 237 130 91 -
CMYK 0 0.45 0.62 0.07
HSL 16.03º 0.8% 0.64% -
HSV(B) 16.03º 0.62% 0.93% -
XYZ 44.8 34.73 14.24 -
YUV 157.55 90.45 184.67 -
System Red Green Blue C M Y K H S L
Decimal 237 130 91 0 0.45 0.62 0.07 16.03 0.8 0.64
Hex ED 82 5B 0 2D 3E 7 10 50 40
Octal 355 202 133 0 55 76 7 20 120 100
Binary 11101101 10000010 1011011 0 101101 111110 111 10000 1010000 1000000

Color Harmonies of #ED825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED825B

Black with #ED825B

Text Example


Text Example

White with #ED825B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED825B; }

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

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

background-color css

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

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

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

border-color css

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

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

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