Html Css Color HEX #ED8253 Crusta

📋 copy color: '#ED8253'

red 237 ◦ green 130 ◦ blue 83

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

Shades of Crusta #ED8253

Tints of Crusta #ED8253

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.89%

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

R = 52.67%
G = 28.89%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ED8253 (or 0xED8253) is known color: Crusta. HEX triplet: ED, 82 and 53. RGB value is (237,130,83). Sum of RGB (Red+Green+Blue) = 237+130+83=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8253 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8253 is #127DAC. Grayscale: #9C9C9C. Windows color (decimal): -1211821 or 5473005. OLE color: 5473005.

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

Color convert

RGB 237 130 83 -
CMYK 0 0.45 0.65 0.07
HSL 18.31º 0.81% 0.63% -
HSV(B) 18.31º 0.65% 0.93% -
XYZ 44.47 34.59 12.52 -
YUV 156.64 86.45 185.32 -
System Red Green Blue C M Y K H S L
Decimal 237 130 83 0 0.45 0.65 0.07 18.31 0.81 0.63
Hex ED 82 53 0 2D 41 7 12 51 3F
Octal 355 202 123 0 55 101 7 22 121 77
Binary 11101101 10000010 1010011 0 101101 1000001 111 10010 1010001 111111

Color Harmonies of #ED8253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8253

Black with #ED8253

Text Example


Text Example

White with #ED8253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8253; }

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

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

background-color css

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

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

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

border-color css

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

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

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