Html Css Color HEX #EC8752 Crusta

📋 copy color: '#EC8752'

red 236 ◦ green 135 ◦ blue 82

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

Shades of Crusta #EC8752

Tints of Crusta #EC8752

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.8%

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

R = 52.1%
G = 29.8%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC8752 (or 0xEC8752) is known color: Crusta. HEX triplet: EC, 87 and 52. RGB value is (236,135,82). Sum of RGB (Red+Green+Blue) = 236+135+82=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8752 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8752 is #1378AD. Grayscale: #9F9F9F. Windows color (decimal): -1276078 or 5408748. OLE color: 5408748.

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

Color convert

RGB 236 135 82 -
CMYK 0 0.43 0.65 0.07
HSL 20.65º 0.8% 0.62% -
HSV(B) 20.65º 0.65% 0.93% -
XYZ 44.78 35.77 12.53 -
YUV 159.16 84.46 182.81 -
System Red Green Blue C M Y K H S L
Decimal 236 135 82 0 0.43 0.65 0.07 20.65 0.8 0.62
Hex EC 87 52 0 2B 41 7 15 50 3E
Octal 354 207 122 0 53 101 7 25 120 76
Binary 11101100 10000111 1010010 0 101011 1000001 111 10101 1010000 111110

Color Harmonies of #EC8752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8752

Black with #EC8752

Text Example


Text Example

White with #EC8752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8752; }

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

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

background-color css

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

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

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

border-color css

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

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

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