Html Css Color HEX #EDD0B0 Givry

📋 copy color: '#EDD0B0'

red 237 ◦ green 208 ◦ blue 176

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

Shades of Givry #EDD0B0

Tints of Givry #EDD0B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.34%

R = 38.16%
G = 33.49%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDD0B0 (or 0xEDD0B0) is known color: Givry. HEX triplet: ED, D0 and B0. RGB value is (237,208,176). Sum of RGB (Red+Green+Blue) = 237+208+176=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 176 (69.14% from 255 or 28.34% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD0B0 is #122F4F. Grayscale: #D5D5D5. Windows color (decimal): -1191760 or 11587821. OLE color: 11587821.

HSL color Cylindrical-coordinate representation of color #EDD0B0: hue angle of 31.48º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDD0B0 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 208 176 -
CMYK 0 0.12 0.26 0.07
HSL 31.48º 0.63% 0.81% -
HSV(B) 31.48º 0.26% 0.93% -
XYZ 65.32 66.25 50.42 -
YUV 213.02 107.11 145.1 -
System Red Green Blue C M Y K H S L
Decimal 237 208 176 0 0.12 0.26 0.07 31.48 0.63 0.81
Hex ED D0 B0 0 C 1A 7 1F 3F 51
Octal 355 320 260 0 14 32 7 37 77 121
Binary 11101101 11010000 10110000 0 1100 11010 111 11111 111111 1010001

Color Harmonies of #EDD0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0B0

Black with #EDD0B0

Text Example


Text Example

White with #EDD0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0B0; }

 p { color: rgb(237,208,176); }

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

background-color css

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

 a { background-color: rgb(237,208,176); }

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

border-color css

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

 span { border-color: rgb(237,208,176); }

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