Html Css Color HEX #EBCDAB Givry

📋 copy color: '#EBCDAB'

red 235 ◦ green 205 ◦ blue 171

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

Shades of Givry #EBCDAB

Tints of Givry #EBCDAB

RGB

 RED value IS 235 (92.19% from 255) = 38.46%

 GREEN value IS 205 (80.47% from 255) = 33.55%

 BLUE value IS 171 (67.19% from 255) = 27.99%

R = 38.46%
G = 33.55%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EBCDAB (or 0xEBCDAB) is known color: Givry. HEX triplet: EB, CD and AB. RGB value is (235,205,171). Sum of RGB (Red+Green+Blue) = 235+205+171=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCDAB is #143254. Grayscale: #D2D2D2. Windows color (decimal): -1323605 or 11259371. OLE color: 11259371.

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

Color convert

RGB 235 205 171 -
CMYK 0 0.13 0.27 0.08
HSL 31.88º 0.62% 0.8% -
HSV(B) 31.88º 0.27% 0.92% -
XYZ 63.44 64.27 47.59 -
YUV 210.09 105.94 145.76 -
System Red Green Blue C M Y K H S L
Decimal 235 205 171 0 0.13 0.27 0.08 31.88 0.62 0.8
Hex EB CD AB 0 D 1B 8 20 3E 50
Octal 353 315 253 0 15 33 10 40 76 120
Binary 11101011 11001101 10101011 0 1101 11011 1000 100000 111110 1010000

Color Harmonies of #EBCDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCDAB

Black with #EBCDAB

Text Example


Text Example

White with #EBCDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCDAB; }

 p { color: rgb(235,205,171); }

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

background-color css

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

 a { background-color: rgb(235,205,171); }

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

border-color css

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

 span { border-color: rgb(235,205,171); }

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