Html Css Color HEX #EBD2AF Givry

📋 copy color: '#EBD2AF'

red 235 ◦ green 210 ◦ blue 175

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

Shades of Givry #EBD2AF

Tints of Givry #EBD2AF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.87%

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

R = 37.9%
G = 33.87%
B = 28.23%

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

#EBD2AF (or 0xEBD2AF) is known color: Givry. HEX triplet: EB, D2 and AF. RGB value is (235,210,175). Sum of RGB (Red+Green+Blue) = 235+210+175=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD2AF is #142D50. Grayscale: #D5D5D5. Windows color (decimal): -1322321 or 11522795. OLE color: 11522795.

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

Color convert

RGB 235 210 175 -
CMYK 0 0.11 0.26 0.08
HSL 35º 0.6% 0.8% -
HSV(B) 35º 0.26% 0.92% -
XYZ 65.05 66.85 50.03 -
YUV 213.49 106.28 143.35 -
System Red Green Blue C M Y K H S L
Decimal 235 210 175 0 0.11 0.26 0.08 35 0.6 0.8
Hex EB D2 AF 0 B 1A 8 23 3C 50
Octal 353 322 257 0 13 32 10 43 74 120
Binary 11101011 11010010 10101111 0 1011 11010 1000 100011 111100 1010000

Color Harmonies of #EBD2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD2AF

Black with #EBD2AF

Text Example


Text Example

White with #EBD2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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