Html Css Color HEX #E6CFAF Givry

📋 copy color: '#E6CFAF'

red 230 ◦ green 207 ◦ blue 175

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

Shades of Givry #E6CFAF

Tints of Givry #E6CFAF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.82%

 BLUE value IS 175 (68.75% from 255) = 28.59%

R = 37.58%
G = 33.82%
B = 28.59%

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

#E6CFAF (or 0xE6CFAF) is known color: Givry. HEX triplet: E6, CF and AF. RGB value is (230,207,175). Sum of RGB (Red+Green+Blue) = 230+207+175=612 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.58% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CFAF is #193050. Grayscale: #D2D2D2. Windows color (decimal): -1650769 or 11522022. OLE color: 11522022.

HSL color Cylindrical-coordinate representation of color #E6CFAF: hue angle of 34.91º degrees, saturation: 0.52, 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 #E6CFAF is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 207 175 -
CMYK 0 0.10 0.24 0.10
HSL 34.91º 0.52% 0.79% -
HSV(B) 34.91º 0.24% 0.9% -
XYZ 62.68 64.54 49.71 -
YUV 210.23 108.12 142.1 -
System Red Green Blue C M Y K H S L
Decimal 230 207 175 0 0.10 0.24 0.10 34.91 0.52 0.79
Hex E6 CF AF 0 A 18 A 23 34 4F
Octal 346 317 257 0 12 30 12 43 64 117
Binary 11100110 11001111 10101111 0 1010 11000 1010 100011 110100 1001111

Color Harmonies of #E6CFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CFAF

Black with #E6CFAF

Text Example


Text Example

White with #E6CFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CFAF; }

 p { color: rgb(230,207,175); }

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

background-color css

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

 a { background-color: rgb(230,207,175); }

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

border-color css

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

 span { border-color: rgb(230,207,175); }

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