Html Css Color HEX #EBD4B4 Givry

📋 copy color: '#EBD4B4'

red 235 ◦ green 212 ◦ blue 180

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

Shades of Givry #EBD4B4

Tints of Givry #EBD4B4

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.81%

 BLUE value IS 180 (70.7% from 255) = 28.71%

R = 37.48%
G = 33.81%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EBD4B4 (or 0xEBD4B4) is known color: Givry. HEX triplet: EB, D4 and B4. RGB value is (235,212,180). Sum of RGB (Red+Green+Blue) = 235+212+180=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 180 (70.70% from 255 or 28.71% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD4B4 is #142B4B. Grayscale: #D7D7D7. Windows color (decimal): -1321804 or 11850987. OLE color: 11850987.

HSL color Cylindrical-coordinate representation of color #EBD4B4: hue angle of 34.91º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBD4B4 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 212 180 -
CMYK 0 0.10 0.23 0.08
HSL 34.91º 0.58% 0.81% -
HSV(B) 34.91º 0.23% 0.92% -
XYZ 66.04 68.04 52.83 -
YUV 215.23 108.12 142.1 -
System Red Green Blue C M Y K H S L
Decimal 235 212 180 0 0.10 0.23 0.08 34.91 0.58 0.81
Hex EB D4 B4 0 A 17 8 23 3A 51
Octal 353 324 264 0 12 27 10 43 72 121
Binary 11101011 11010100 10110100 0 1010 10111 1000 100011 111010 1010001

Color Harmonies of #EBD4B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD4B4

Black with #EBD4B4

Text Example


Text Example

White with #EBD4B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD4B4; }

 p { color: rgb(235,212,180); }

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

background-color css

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

 a { background-color: rgb(235,212,180); }

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

border-color css

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

 span { border-color: rgb(235,212,180); }

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