Html Css Color HEX #EBD1AF Givry

📋 copy color: '#EBD1AF'

red 235 ◦ green 209 ◦ blue 175

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

Shades of Givry #EBD1AF

Tints of Givry #EBD1AF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.76%

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

R = 37.96%
G = 33.76%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EBD1AF (or 0xEBD1AF) is known color: Givry. HEX triplet: EB, D1 and AF. RGB value is (235,209,175). Sum of RGB (Red+Green+Blue) = 235+209+175=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 209 (82.03% from 255 or 33.76% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD1AF is #142E50. Grayscale: #D5D5D5. Windows color (decimal): -1322577 or 11522539. OLE color: 11522539.

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

Color convert

RGB 235 209 175 -
CMYK 0 0.11 0.26 0.08
HSL 34º 0.6% 0.8% -
HSV(B) 34º 0.26% 0.92% -
XYZ 64.8 66.36 49.95 -
YUV 212.9 106.61 143.76 -
System Red Green Blue C M Y K H S L
Decimal 235 209 175 0 0.11 0.26 0.08 34 0.6 0.8
Hex EB D1 AF 0 B 1A 8 22 3C 50
Octal 353 321 257 0 13 32 10 42 74 120
Binary 11101011 11010001 10101111 0 1011 11010 1000 100010 111100 1010000

Color Harmonies of #EBD1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD1AF

Black with #EBD1AF

Text Example


Text Example

White with #EBD1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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