Html Css Color HEX #EC835F Crusta

📋 copy color: '#EC835F'

red 236 ◦ green 131 ◦ blue 95

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

Shades of Crusta #EC835F

Tints of Crusta #EC835F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.35%

 BLUE value IS 95 (37.5% from 255) = 20.56%

R = 51.08%
G = 28.35%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC835F (or 0xEC835F) is known color: Crusta. HEX triplet: EC, 83 and 5F. RGB value is (236,131,95). Sum of RGB (Red+Green+Blue) = 236+131+95=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 95 (37.5% from 255 or 20.56% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC835F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC835F is #137CA0. Grayscale: #9E9E9E. Windows color (decimal): -1277089 or 6259692. OLE color: 6259692.

HSL color Cylindrical-coordinate representation of color #EC835F: hue angle of 15.32º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC835F is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 131 95 -
CMYK 0 0.44 0.60 0.07
HSL 15.32º 0.79% 0.65% -
HSV(B) 15.32º 0.6% 0.93% -
XYZ 44.77 34.89 15.2 -
YUV 158.29 92.29 183.43 -
System Red Green Blue C M Y K H S L
Decimal 236 131 95 0 0.44 0.60 0.07 15.32 0.79 0.65
Hex EC 83 5F 0 2C 3C 7 F 4F 41
Octal 354 203 137 0 54 74 7 17 117 101
Binary 11101100 10000011 1011111 0 101100 111100 111 1111 1001111 1000001

Color Harmonies of #EC835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC835F

Black with #EC835F

Text Example


Text Example

White with #EC835F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC835F; }

 p { color: rgb(236,131,95); }

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

background-color css

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

 a { background-color: rgb(236,131,95); }

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

border-color css

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

 span { border-color: rgb(236,131,95); }

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