Html Css Color HEX #ED835E Crusta

📋 copy color: '#ED835E'

red 237 ◦ green 131 ◦ blue 94

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

Shades of Crusta #ED835E

Tints of Crusta #ED835E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.35%

 BLUE value IS 94 (37.11% from 255) = 20.35%

R = 51.3%
G = 28.35%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED835E (or 0xED835E) is known color: Crusta. HEX triplet: ED, 83 and 5E. RGB value is (237,131,94). Sum of RGB (Red+Green+Blue) = 237+131+94=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #ED835E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED835E is #127CA1. Grayscale: #9E9E9E. Windows color (decimal): -1211554 or 6194157. OLE color: 6194157.

HSL color Cylindrical-coordinate representation of color #ED835E: hue angle of 15.52º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED835E is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 131 94 -
CMYK 0 0.45 0.60 0.07
HSL 15.52º 0.8% 0.65% -
HSV(B) 15.52º 0.6% 0.93% -
XYZ 45.06 35.05 14.98 -
YUV 158.48 91.62 184.01 -
System Red Green Blue C M Y K H S L
Decimal 237 131 94 0 0.45 0.60 0.07 15.52 0.8 0.65
Hex ED 83 5E 0 2D 3C 7 10 50 41
Octal 355 203 136 0 55 74 7 20 120 101
Binary 11101101 10000011 1011110 0 101101 111100 111 10000 1010000 1000001

Color Harmonies of #ED835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED835E

Black with #ED835E

Text Example


Text Example

White with #ED835E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED835E; }

 p { color: rgb(237,131,94); }

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

background-color css

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

 a { background-color: rgb(237,131,94); }

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

border-color css

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

 span { border-color: rgb(237,131,94); }

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