Html Css Color HEX #ED8552 Crusta

📋 copy color: '#ED8552'

red 237 ◦ green 133 ◦ blue 82

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

Shades of Crusta #ED8552

Tints of Crusta #ED8552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.14%

R = 52.43%
G = 29.42%
B = 18.14%

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

#ED8552 (or 0xED8552) is known color: Crusta. HEX triplet: ED, 85 and 52. RGB value is (237,133,82). Sum of RGB (Red+Green+Blue) = 237+133+82=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8552 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8552 is #127AAD. Grayscale: #9E9E9E. Windows color (decimal): -1211054 or 5408237. OLE color: 5408237.

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

Color convert

RGB 237 133 82 -
CMYK 0 0.44 0.65 0.07
HSL 19.74º 0.81% 0.63% -
HSV(B) 19.74º 0.65% 0.93% -
XYZ 44.84 35.39 12.45 -
YUV 158.28 84.96 184.15 -
System Red Green Blue C M Y K H S L
Decimal 237 133 82 0 0.44 0.65 0.07 19.74 0.81 0.63
Hex ED 85 52 0 2C 41 7 14 51 3F
Octal 355 205 122 0 54 101 7 24 121 77
Binary 11101101 10000101 1010010 0 101100 1000001 111 10100 1010001 111111

Color Harmonies of #ED8552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8552

Black with #ED8552

Text Example


Text Example

White with #ED8552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8552; }

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

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

background-color css

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

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

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

border-color css

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

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

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