#EBD0B3

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

Shades of Givry #EBD0B3

Tints of Givry #EBD0B3

Color information

#EBD0B3 (or 0xEBD0B3) is unknown color: approx Givry. HEX triplet: EB, D0 and B3. RGB value is (235,208,179). Sum of RGB (Red+Green+Blue) = 235+208+179=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 179 (70.31% from 255 or 28.78% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD0B3 is #142F4C. Grayscale: #D4D4D4. Windows color (decimal): -1322829 or 11784427. OLE color: 11784427.

HSL color Cylindrical-coordinate representation of color #EBD0B3: hue angle of 31.07º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBD0B3 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB235208179-
CMYK00.110.240.08
HSL31.07º58.33%81.18%-
HSV(B)31.07º23.83%92.16%-
XYZ64.9566.0351.97-
YUV212.77108.95143.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 208 (81.64% from 255) = 33.44%
BLUE value IS 179 (70.31% from 255) = 28.78%
R=37.78%
G=33.44%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520817900.110.240.0831.0758.3381.18
HexEBD0B30B1881f3a51
Octal35332026301330103772121
Binary11101011110100001011001101011110001000111111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0B3; }

 p { color: rgb(235,208,179); }

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

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

 a { background-color: rgb(235,208,179); }

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

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

 span { border-color: rgb(235,208,179); }

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