Html Css Color HEX #EC8652 Crusta

📋 copy color: '#EC8652'

red 236 ◦ green 134 ◦ blue 82

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

Shades of Crusta #EC8652

Tints of Crusta #EC8652

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.65%

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

R = 52.21%
G = 29.65%
B = 18.14%

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

#EC8652 (or 0xEC8652) is known color: Crusta. HEX triplet: EC, 86 and 52. RGB value is (236,134,82). Sum of RGB (Red+Green+Blue) = 236+134+82=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8652 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8652 is #1379AD. Grayscale: #9E9E9E. Windows color (decimal): -1276334 or 5408492. OLE color: 5408492.

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

Color convert

RGB 236 134 82 -
CMYK 0 0.43 0.65 0.07
HSL 20.26º 0.8% 0.62% -
HSV(B) 20.26º 0.65% 0.93% -
XYZ 44.64 35.49 12.48 -
YUV 158.57 84.79 183.23 -
System Red Green Blue C M Y K H S L
Decimal 236 134 82 0 0.43 0.65 0.07 20.26 0.8 0.62
Hex EC 86 52 0 2B 41 7 14 50 3E
Octal 354 206 122 0 53 101 7 24 120 76
Binary 11101100 10000110 1010010 0 101011 1000001 111 10100 1010000 111110

Color Harmonies of #EC8652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8652

Black with #EC8652

Text Example


Text Example

White with #EC8652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8652; }

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

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

background-color css

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

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

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

border-color css

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

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

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