Html Css Color HEX #EC8258 Crusta

📋 copy color: '#EC8258'

red 236 ◦ green 130 ◦ blue 88

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

Shades of Crusta #EC8258

Tints of Crusta #EC8258

RGB

 RED value IS 236 (92.58% from 255) = 51.98%

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

 BLUE value IS 88 (34.77% from 255) = 19.38%

R = 51.98%
G = 28.63%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EC8258 (or 0xEC8258) is known color: Crusta. HEX triplet: EC, 82 and 58. RGB value is (236,130,88). Sum of RGB (Red+Green+Blue) = 236+130+88=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 88 (34.77% from 255 or 19.38% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8258 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8258 is #137DA7. Grayscale: #9D9D9D. Windows color (decimal): -1277352 or 5800684. OLE color: 5800684.

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

Color convert

RGB 236 130 88 -
CMYK 0 0.45 0.63 0.07
HSL 17.03º 0.8% 0.64% -
HSV(B) 17.03º 0.63% 0.93% -
XYZ 44.34 34.5 13.56 -
YUV 156.91 89.12 184.42 -
System Red Green Blue C M Y K H S L
Decimal 236 130 88 0 0.45 0.63 0.07 17.03 0.8 0.64
Hex EC 82 58 0 2D 3F 7 11 50 40
Octal 354 202 130 0 55 77 7 21 120 100
Binary 11101100 10000010 1011000 0 101101 111111 111 10001 1010000 1000000

Color Harmonies of #EC8258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8258

Black with #EC8258

Text Example


Text Example

White with #EC8258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8258; }

 p { color: rgb(236,130,88); }

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

background-color css

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

 a { background-color: rgb(236,130,88); }

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

border-color css

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

 span { border-color: rgb(236,130,88); }

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