Html Css Color HEX #EC814D Crusta

📋 copy color: '#EC814D'

red 236 ◦ green 129 ◦ blue 77

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

Shades of Crusta #EC814D

Tints of Crusta #EC814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.19%

 BLUE value IS 77 (30.47% from 255) = 17.42%

R = 53.39%
G = 29.19%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC814D (or 0xEC814D) is known color: Crusta. HEX triplet: EC, 81 and 4D. RGB value is (236,129,77). Sum of RGB (Red+Green+Blue) = 236+129+77=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 77 (30.47% from 255 or 17.42% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC814D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC814D is #137EB2. Grayscale: #9B9B9B. Windows color (decimal): -1277619 or 5079532. OLE color: 5079532.

HSL color Cylindrical-coordinate representation of color #EC814D: hue angle of 19.62º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC814D is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 129 77 -
CMYK 0 0.45 0.67 0.07
HSL 19.62º 0.81% 0.61% -
HSV(B) 19.62º 0.67% 0.93% -
XYZ 43.78 34.07 11.29 -
YUV 155.07 83.95 185.73 -
System Red Green Blue C M Y K H S L
Decimal 236 129 77 0 0.45 0.67 0.07 19.62 0.81 0.61
Hex EC 81 4D 0 2D 43 7 14 51 3D
Octal 354 201 115 0 55 103 7 24 121 75
Binary 11101100 10000001 1001101 0 101101 1000011 111 10100 1010001 111101

Color Harmonies of #EC814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC814D

Black with #EC814D

Text Example


Text Example

White with #EC814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC814D; }

 p { color: rgb(236,129,77); }

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

background-color css

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

 a { background-color: rgb(236,129,77); }

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

border-color css

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

 span { border-color: rgb(236,129,77); }

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