Html Css Color HEX #EC8C52 Crusta

📋 copy color: '#EC8C52'

red 236 ◦ green 140 ◦ blue 82

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

Shades of Crusta #EC8C52

Tints of Crusta #EC8C52

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.57%

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

R = 51.53%
G = 30.57%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC8C52 (or 0xEC8C52) is known color: Crusta. HEX triplet: EC, 8C and 52. RGB value is (236,140,82). Sum of RGB (Red+Green+Blue) = 236+140+82=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 82 (32.42% from 255 or 17.90% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8C52 is #1373AD. Grayscale: #A2A2A2. Windows color (decimal): -1274798 or 5410028. OLE color: 5410028.

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

Color convert

RGB 236 140 82 -
CMYK 0 0.41 0.65 0.07
HSL 22.6º 0.8% 0.62% -
HSV(B) 22.6º 0.65% 0.93% -
XYZ 45.49 37.2 12.76 -
YUV 162.09 82.8 180.72 -
System Red Green Blue C M Y K H S L
Decimal 236 140 82 0 0.41 0.65 0.07 22.6 0.8 0.62
Hex EC 8C 52 0 29 41 7 17 50 3E
Octal 354 214 122 0 51 101 7 27 120 76
Binary 11101100 10001100 1010010 0 101001 1000001 111 10111 1010000 111110

Color Harmonies of #EC8C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8C52

Black with #EC8C52

Text Example


Text Example

White with #EC8C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8C52; }

 p { color: rgb(236,140,82); }

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

background-color css

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

 a { background-color: rgb(236,140,82); }

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

border-color css

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

 span { border-color: rgb(236,140,82); }

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