Html Css Color HEX #EC8952 Crusta

📋 copy color: '#EC8952'

red 236 ◦ green 137 ◦ blue 82

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

Shades of Crusta #EC8952

Tints of Crusta #EC8952

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.11%

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

R = 51.87%
G = 30.11%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC8952 (or 0xEC8952) is known color: Crusta. HEX triplet: EC, 89 and 52. RGB value is (236,137,82). Sum of RGB (Red+Green+Blue) = 236+137+82=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8952 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8952 is #1376AD. Grayscale: #A0A0A0. Windows color (decimal): -1275566 or 5409260. OLE color: 5409260.

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

Color convert

RGB 236 137 82 -
CMYK 0 0.42 0.65 0.07
HSL 21.43º 0.8% 0.62% -
HSV(B) 21.43º 0.65% 0.93% -
XYZ 45.06 36.33 12.62 -
YUV 160.33 83.8 181.97 -
System Red Green Blue C M Y K H S L
Decimal 236 137 82 0 0.42 0.65 0.07 21.43 0.8 0.62
Hex EC 89 52 0 2A 41 7 15 50 3E
Octal 354 211 122 0 52 101 7 25 120 76
Binary 11101100 10001001 1010010 0 101010 1000001 111 10101 1010000 111110

Color Harmonies of #EC8952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8952

Black with #EC8952

Text Example


Text Example

White with #EC8952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8952; }

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

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

background-color css

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

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

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

border-color css

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

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

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