Html Css Color HEX #EC835A Crusta

📋 copy color: '#EC835A'

red 236 ◦ green 131 ◦ blue 90

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

Shades of Crusta #EC835A

Tints of Crusta #EC835A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.69%

R = 51.64%
G = 28.67%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC835A (or 0xEC835A) is known color: Crusta. HEX triplet: EC, 83 and 5A. RGB value is (236,131,90). Sum of RGB (Red+Green+Blue) = 236+131+90=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC835A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC835A is #137CA5. Grayscale: #9D9D9D. Windows color (decimal): -1277094 or 5932012. OLE color: 5932012.

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

Color convert

RGB 236 131 90 -
CMYK 0 0.44 0.62 0.07
HSL 16.85º 0.79% 0.64% -
HSV(B) 16.85º 0.62% 0.93% -
XYZ 44.55 34.8 14.04 -
YUV 157.72 89.79 183.83 -
System Red Green Blue C M Y K H S L
Decimal 236 131 90 0 0.44 0.62 0.07 16.85 0.79 0.64
Hex EC 83 5A 0 2C 3E 7 11 4F 40
Octal 354 203 132 0 54 76 7 21 117 100
Binary 11101100 10000011 1011010 0 101100 111110 111 10001 1001111 1000000

Color Harmonies of #EC835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC835A

Black with #EC835A

Text Example


Text Example

White with #EC835A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC835A; }

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

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

background-color css

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

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

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

border-color css

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

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

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