#EBD6AF

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

Shades of Givry #EBD6AF

Tints of Givry #EBD6AF

Color information

#EBD6AF (or 0xEBD6AF) is unknown color: approx Givry. HEX triplet: EB, D6 and AF. RGB value is (235,214,175). Sum of RGB (Red+Green+Blue) = 235+214+175=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 214 (83.98% from 255 or 34.29% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD6AF is #142950. Grayscale: #D8D8D8. Windows color (decimal): -1321297 or 11523819. OLE color: 11523819.

HSL color Cylindrical-coordinate representation of color #EBD6AF: hue angle of 39º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBD6AF is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235214175-
CMYK00.090.260.08
HSL39º60%80.39%-
HSV(B)39º25.53%92.16%-
XYZ66.0568.8550.37-
YUV215.83104.96141.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.66%
GREEN value IS 214 (83.98% from 255) = 34.29%
BLUE value IS 175 (68.75% from 255) = 28.04%
R=37.66%
G=34.29%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521417500.090.260.08396080.39
HexEBD6AF091A8273c50
Octal35332625701132104774120
Binary111010111101011010101111010011101010001001111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6AF; }

 p { color: rgb(235,214,175); }

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

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

 a { background-color: rgb(235,214,175); }

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

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

 span { border-color: rgb(235,214,175); }

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