#CEA298

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

Shades of Eunry #CEA298

Tints of Eunry #CEA298

Color information

#CEA298 (or 0xCEA298) is unknown color: approx Eunry. HEX triplet: CE, A2 and 98. RGB value is (206,162,152). Sum of RGB (Red+Green+Blue) = 206+162+152=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA298 is #315D67. Grayscale: #AEAEAE. Windows color (decimal): -3235176 or 10003150. OLE color: 10003150.

HSL color Cylindrical-coordinate representation of color #CEA298: hue angle of 11.11º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEA298 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB206162152-
CMYK00.210.260.19
HSL11.11º35.53%70.2%-
HSV(B)11.11º26.21%80.78%-
XYZ44.0441.2335.34-
YUV174.02115.58150.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.62%
GREEN value IS 162 (63.67% from 255) = 31.15%
BLUE value IS 152 (59.77% from 255) = 29.23%
R=39.62%
G=31.15%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616215200.210.260.1911.1135.5370.2
HexCEA2980151A13b2446
Octal31624223002532231344106
Binary110011101010001010011000010101110101001110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA298; }

 p { color: rgb(206,162,152); }

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

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

 a { background-color: rgb(206,162,152); }

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

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

 span { border-color: rgb(206,162,152); }

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