Html Css Color HEX #EBCEAB Givry

📋 copy color: '#EBCEAB'

red 235 ◦ green 206 ◦ blue 171

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

Shades of Givry #EBCEAB

Tints of Givry #EBCEAB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.66%

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

R = 38.4%
G = 33.66%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EBCEAB (or 0xEBCEAB) is known color: Givry. HEX triplet: EB, CE and AB. RGB value is (235,206,171). Sum of RGB (Red+Green+Blue) = 235+206+171=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCEAB is #143154. Grayscale: #D2D2D2. Windows color (decimal): -1323349 or 11259627. OLE color: 11259627.

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

Color convert

RGB 235 206 171 -
CMYK 0 0.12 0.27 0.08
HSL 32.81º 0.62% 0.8% -
HSV(B) 32.81º 0.27% 0.92% -
XYZ 63.68 64.75 47.67 -
YUV 210.68 105.61 145.35 -
System Red Green Blue C M Y K H S L
Decimal 235 206 171 0 0.12 0.27 0.08 32.81 0.62 0.8
Hex EB CE AB 0 C 1B 8 21 3E 50
Octal 353 316 253 0 14 33 10 41 76 120
Binary 11101011 11001110 10101011 0 1100 11011 1000 100001 111110 1010000

Color Harmonies of #EBCEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCEAB

Black with #EBCEAB

Text Example


Text Example

White with #EBCEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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