Html Css Color HEX #CA5E38 Ecstasy

📋 copy color: '#CA5E38'

red 202 ◦ green 94 ◦ blue 56

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

Shades of Ecstasy #CA5E38

Tints of Ecstasy #CA5E38

RGB

 RED value IS 202 (79.3% from 255) = 57.39%

 GREEN value IS 94 (37.11% from 255) = 26.7%

 BLUE value IS 56 (22.27% from 255) = 15.91%

R = 57.39%
G = 26.7%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CA5E38 (or 0xCA5E38) is known color: 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

RGB 202 94 56 -
CMYK 0 0.53 0.72 0.21
HSL 15.62º 0.58% 0.51% -
HSV(B) 15.62º 0.72% 0.79% -
XYZ 29.07 20.85 6.23 -
YUV 121.96 90.78 185.09 -
System Red Green Blue C M Y K H S L
Decimal 202 94 56 0 0.53 0.72 0.21 15.62 0.58 0.51
Hex CA 5E 38 0 35 48 15 10 3A 33
Octal 312 136 70 0 65 110 25 20 72 63
Binary 11001010 1011110 111000 0 110101 1001000 10101 10000 111010 110011

Color Harmonies of #CA5E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E38

Black with #CA5E38

Text Example


Text Example

White with #CA5E38

Text Example


Text Example

HTML Codes & Css Web 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>