Html Css Color HEX #ED8553 Crusta

📋 copy color: '#ED8553'

red 237 ◦ green 133 ◦ blue 83

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

Shades of Crusta #ED8553

Tints of Crusta #ED8553

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.36%

 BLUE value IS 83 (32.81% from 255) = 18.32%

R = 52.32%
G = 29.36%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ED8553 (or 0xED8553) is known color: Crusta. HEX triplet: ED, 85 and 53. RGB value is (237,133,83). Sum of RGB (Red+Green+Blue) = 237+133+83=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8553 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8553 is #127AAC. Grayscale: #9E9E9E. Windows color (decimal): -1211053 or 5473773. OLE color: 5473773.

HSL color Cylindrical-coordinate representation of color #ED8553: hue angle of 19.48º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED8553 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 133 83 -
CMYK 0 0.44 0.65 0.07
HSL 19.48º 0.81% 0.63% -
HSV(B) 19.48º 0.65% 0.93% -
XYZ 44.87 35.4 12.65 -
YUV 158.4 85.46 184.07 -
System Red Green Blue C M Y K H S L
Decimal 237 133 83 0 0.44 0.65 0.07 19.48 0.81 0.63
Hex ED 85 53 0 2C 41 7 13 51 3F
Octal 355 205 123 0 54 101 7 23 121 77
Binary 11101101 10000101 1010011 0 101100 1000001 111 10011 1010001 111111

Color Harmonies of #ED8553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8553

Black with #ED8553

Text Example


Text Example

White with #ED8553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8553; }

 p { color: rgb(237,133,83); }

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

background-color css

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

 a { background-color: rgb(237,133,83); }

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

border-color css

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

 span { border-color: rgb(237,133,83); }

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