Html Css Color HEX #ED805A Crusta

📋 copy color: '#ED805A'

red 237 ◦ green 128 ◦ blue 90

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

Shades of Crusta #ED805A

Tints of Crusta #ED805A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.13%

 BLUE value IS 90 (35.55% from 255) = 19.78%

R = 52.09%
G = 28.13%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED805A (or 0xED805A) is known color: Crusta. HEX triplet: ED, 80 and 5A. RGB value is (237,128,90). Sum of RGB (Red+Green+Blue) = 237+128+90=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED805A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED805A is #127FA5. Grayscale: #9C9C9C. Windows color (decimal): -1212326 or 5931245. OLE color: 5931245.

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

Color convert

RGB 237 128 90 -
CMYK 0 0.46 0.62 0.07
HSL 15.51º 0.8% 0.64% -
HSV(B) 15.51º 0.62% 0.93% -
XYZ 44.49 34.18 13.93 -
YUV 156.26 90.61 185.59 -
System Red Green Blue C M Y K H S L
Decimal 237 128 90 0 0.46 0.62 0.07 15.51 0.8 0.64
Hex ED 80 5A 0 2E 3E 7 10 50 40
Octal 355 200 132 0 56 76 7 20 120 100
Binary 11101101 10000000 1011010 0 101110 111110 111 10000 1010000 1000000

Color Harmonies of #ED805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED805A

Black with #ED805A

Text Example


Text Example

White with #ED805A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED805A; }

 p { color: rgb(237,128,90); }

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

background-color css

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

 a { background-color: rgb(237,128,90); }

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

border-color css

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

 span { border-color: rgb(237,128,90); }

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