Html Css Color HEX #EBD0AC Givry

📋 copy color: '#EBD0AC'

red 235 ◦ green 208 ◦ blue 172

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

Shades of Givry #EBD0AC

Tints of Givry #EBD0AC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.82%

 BLUE value IS 172 (67.58% from 255) = 27.97%

R = 38.21%
G = 33.82%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EBD0AC (or 0xEBD0AC) is known color: Givry. HEX triplet: EB, D0 and AC. RGB value is (235,208,172). Sum of RGB (Red+Green+Blue) = 235+208+172=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 172 (67.58% from 255 or 27.97% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD0AC is #142F53. Grayscale: #D4D4D4. Windows color (decimal): -1322836 or 11325675. OLE color: 11325675.

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

Color convert

RGB 235 208 172 -
CMYK 0 0.11 0.27 0.08
HSL 34.29º 0.61% 0.8% -
HSV(B) 34.29º 0.27% 0.92% -
XYZ 64.26 65.75 48.33 -
YUV 211.97 105.45 144.43 -
System Red Green Blue C M Y K H S L
Decimal 235 208 172 0 0.11 0.27 0.08 34.29 0.61 0.8
Hex EB D0 AC 0 B 1B 8 22 3D 50
Octal 353 320 254 0 13 33 10 42 75 120
Binary 11101011 11010000 10101100 0 1011 11011 1000 100010 111101 1010000

Color Harmonies of #EBD0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD0AC

Black with #EBD0AC

Text Example


Text Example

White with #EBD0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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