#CA5E38

Color #CA5E38 Ecstasy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecstasy #CA5E38

Tints of Ecstasy #CA5E38

Color information

#CA5E38 (or 0xCA5E38) is unknown color: approx Ecstasy. HEX triplet: CA, 5E and 38. RGB value is (202,94,56). Sum of RGB (Red+Green+Blue) = 202+94+56=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E38 is #35A1C7. Grayscale: #7A7A7A. Windows color (decimal): -3514824 or 3694282. OLE color: 3694282.

HSL color Cylindrical-coordinate representation of color #CA5E38: hue angle of 15.62º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA5E38 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB2029456-
CMYK00.530.720.21
HSL15.62º57.94%50.59%-
HSV(B)15.62º72.28%79.22%-
XYZ29.0720.856.23-
YUV121.9690.78185.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.39%
GREEN value IS 94 (37.11% from 255) = 26.70%
BLUE value IS 56 (22.27% from 255) = 15.91%
R=57.39%
G=26.70%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202945600.530.720.2115.6257.9450.59
HexCA5E380354815103a33
Octal3121367006511025207263
Binary110010101011110111000011010110010001010110000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5E38; }

 p { color: rgb(202,94,56); }

 H1.HeaderClassName
 {
   color: #CA5E38;
 }
 .AnyTagClassName
 {
   color: #CA5E38;
 }
</style>
background-color css

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

 a { background-color: rgb(202,94,56); }

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

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

 span { border-color: rgb(202,94,56); }

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