Html Css Color HEX #ED805B Crusta

📋 copy color: '#ED805B'

red 237 ◦ green 128 ◦ blue 91

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

Shades of Crusta #ED805B

Tints of Crusta #ED805B

RGB

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

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

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

R = 51.97%
G = 28.07%
B = 19.96%

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

#ED805B (or 0xED805B) is known color: Crusta. HEX triplet: ED, 80 and 5B. RGB value is (237,128,91). Sum of RGB (Red+Green+Blue) = 237+128+91=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED805B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED805B is #127FA4. Grayscale: #9C9C9C. Windows color (decimal): -1212325 or 5996781. OLE color: 5996781.

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

Color convert

RGB 237 128 91 -
CMYK 0 0.46 0.62 0.07
HSL 15.21º 0.8% 0.64% -
HSV(B) 15.21º 0.62% 0.93% -
XYZ 44.53 34.2 14.15 -
YUV 156.37 91.11 185.51 -
System Red Green Blue C M Y K H S L
Decimal 237 128 91 0 0.46 0.62 0.07 15.21 0.8 0.64
Hex ED 80 5B 0 2E 3E 7 F 50 40
Octal 355 200 133 0 56 76 7 17 120 100
Binary 11101101 10000000 1011011 0 101110 111110 111 1111 1010000 1000000

Color Harmonies of #ED805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED805B

Black with #ED805B

Text Example


Text Example

White with #ED805B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED805B; }

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

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

background-color css

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

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

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

border-color css

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

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

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