Html Css Color HEX #EBD3AB Givry

📋 copy color: '#EBD3AB'

red 235 ◦ green 211 ◦ blue 171

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

Shades of Givry #EBD3AB

Tints of Givry #EBD3AB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.2%

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

R = 38.09%
G = 34.2%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EBD3AB (or 0xEBD3AB) is known color: Givry. HEX triplet: EB, D3 and AB. RGB value is (235,211,171). Sum of RGB (Red+Green+Blue) = 235+211+171=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD3AB is #142C54. Grayscale: #D5D5D5. Windows color (decimal): -1322069 or 11260907. OLE color: 11260907.

HSL color Cylindrical-coordinate representation of color #EBD3AB: hue angle of 37.5º 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 #EBD3AB is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 211 171 -
CMYK 0 0.10 0.27 0.08
HSL 37.5º 0.62% 0.8% -
HSV(B) 37.5º 0.27% 0.92% -
XYZ 64.91 67.19 48.08 -
YUV 213.62 103.95 143.25 -
System Red Green Blue C M Y K H S L
Decimal 235 211 171 0 0.10 0.27 0.08 37.5 0.62 0.8
Hex EB D3 AB 0 A 1B 8 26 3E 50
Octal 353 323 253 0 12 33 10 46 76 120
Binary 11101011 11010011 10101011 0 1010 11011 1000 100110 111110 1010000

Color Harmonies of #EBD3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD3AB

Black with #EBD3AB

Text Example


Text Example

White with #EBD3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD3AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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