Html Css Color HEX #ED8152 Crusta

📋 copy color: '#ED8152'

red 237 ◦ green 129 ◦ blue 82

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

Shades of Crusta #ED8152

Tints of Crusta #ED8152

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.79%

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

R = 52.9%
G = 28.79%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ED8152 (or 0xED8152) is known color: Crusta. HEX triplet: ED, 81 and 52. RGB value is (237,129,82). Sum of RGB (Red+Green+Blue) = 237+129+82=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8152 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8152 is #127EAD. Grayscale: #9C9C9C. Windows color (decimal): -1212078 or 5407213. OLE color: 5407213.

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

Color convert

RGB 237 129 82 -
CMYK 0 0.46 0.65 0.07
HSL 18.19º 0.81% 0.63% -
HSV(B) 18.19º 0.65% 0.93% -
XYZ 44.3 34.31 12.27 -
YUV 155.93 86.28 185.82 -
System Red Green Blue C M Y K H S L
Decimal 237 129 82 0 0.46 0.65 0.07 18.19 0.81 0.63
Hex ED 81 52 0 2E 41 7 12 51 3F
Octal 355 201 122 0 56 101 7 22 121 77
Binary 11101101 10000001 1010010 0 101110 1000001 111 10010 1010001 111111

Color Harmonies of #ED8152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8152

Black with #ED8152

Text Example


Text Example

White with #ED8152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8152; }

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

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

background-color css

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

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

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

border-color css

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

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

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