Html Css Color HEX #EDD3AB Givry

📋 copy color: '#EDD3AB'

red 237 ◦ green 211 ◦ blue 171

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

Shades of Givry #EDD3AB

Tints of Givry #EDD3AB

RGB

 RED value IS 237 (92.97% from 255) = 38.29%

 GREEN value IS 211 (82.81% from 255) = 34.09%

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

R = 38.29%
G = 34.09%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EDD3AB (or 0xEDD3AB) is known color: Givry. HEX triplet: ED, D3 and AB. RGB value is (237,211,171). Sum of RGB (Red+Green+Blue) = 237+211+171=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 211 (82.81% from 255 or 34.09% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD3AB is #122C54. Grayscale: #D6D6D6. Windows color (decimal): -1190997 or 11260909. OLE color: 11260909.

HSL color Cylindrical-coordinate representation of color #EDD3AB: hue angle of 36.36º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDD3AB is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 211 171 -
CMYK 0 0.11 0.28 0.07
HSL 36.36º 0.65% 0.8% -
HSV(B) 36.36º 0.28% 0.93% -
XYZ 65.57 67.53 48.11 -
YUV 214.21 103.61 144.25 -
System Red Green Blue C M Y K H S L
Decimal 237 211 171 0 0.11 0.28 0.07 36.36 0.65 0.8
Hex ED D3 AB 0 B 1C 7 24 41 50
Octal 355 323 253 0 13 34 7 44 101 120
Binary 11101101 11010011 10101011 0 1011 11100 111 100100 1000001 1010000

Color Harmonies of #EDD3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD3AB

Black with #EDD3AB

Text Example


Text Example

White with #EDD3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD3AB; }

 p { color: rgb(237,211,171); }

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

background-color css

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

 a { background-color: rgb(237,211,171); }

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

border-color css

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

 span { border-color: rgb(237,211,171); }

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