Html Css Color HEX #E6CEAE Givry

📋 copy color: '#E6CEAE'

red 230 ◦ green 206 ◦ blue 174

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

Shades of Givry #E6CEAE

Tints of Givry #E6CEAE

RGB

 RED value IS 230 (90.23% from 255) = 37.7%

 GREEN value IS 206 (80.86% from 255) = 33.77%

 BLUE value IS 174 (68.36% from 255) = 28.52%

R = 37.7%
G = 33.77%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E6CEAE (or 0xE6CEAE) is known color: Givry. HEX triplet: E6, CE and AE. RGB value is (230,206,174). Sum of RGB (Red+Green+Blue) = 230+206+174=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 174 (68.36% from 255 or 28.52% from 610); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CEAE is #193151. Grayscale: #D1D1D1. Windows color (decimal): -1651026 or 11456230. OLE color: 11456230.

HSL color Cylindrical-coordinate representation of color #E6CEAE: hue angle of 34.29º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6CEAE is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 206 174 -
CMYK 0 0.10 0.24 0.10
HSL 34.29º 0.53% 0.79% -
HSV(B) 34.29º 0.24% 0.9% -
XYZ 62.34 64.02 49.12 -
YUV 209.53 107.95 142.6 -
System Red Green Blue C M Y K H S L
Decimal 230 206 174 0 0.10 0.24 0.10 34.29 0.53 0.79
Hex E6 CE AE 0 A 18 A 22 35 4F
Octal 346 316 256 0 12 30 12 42 65 117
Binary 11100110 11001110 10101110 0 1010 11000 1010 100010 110101 1001111

Color Harmonies of #E6CEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CEAE

Black with #E6CEAE

Text Example


Text Example

White with #E6CEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CEAE; }

 p { color: rgb(230,206,174); }

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

background-color css

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

 a { background-color: rgb(230,206,174); }

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

border-color css

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

 span { border-color: rgb(230,206,174); }

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