Html Css Color HEX #EDD7B0 Givry

📋 copy color: '#EDD7B0'

red 237 ◦ green 215 ◦ blue 176

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

Shades of Givry #EDD7B0

Tints of Givry #EDD7B0

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.24%

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

R = 37.74%
G = 34.24%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDD7B0 (or 0xEDD7B0) is known color: Givry. HEX triplet: ED, D7 and B0. RGB value is (237,215,176). Sum of RGB (Red+Green+Blue) = 237+215+176=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 215 (84.38% from 255 or 34.24% from 628); Blue value is 176 (69.14% from 255 or 28.03% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD7B0 is #12284F. Grayscale: #D9D9D9. Windows color (decimal): -1189968 or 11589613. OLE color: 11589613.

HSL color Cylindrical-coordinate representation of color #EDD7B0: hue angle of 38.36º 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 #EDD7B0 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 215 176 -
CMYK 0 0.09 0.26 0.07
HSL 38.36º 0.63% 0.81% -
HSV(B) 38.36º 0.26% 0.93% -
XYZ 67.06 69.74 51 -
YUV 217.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 237 215 176 0 0.09 0.26 0.07 38.36 0.63 0.81
Hex ED D7 B0 0 9 1A 7 26 3F 51
Octal 355 327 260 0 11 32 7 46 77 121
Binary 11101101 11010111 10110000 0 1001 11010 111 100110 111111 1010001

Color Harmonies of #EDD7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD7B0

Black with #EDD7B0

Text Example


Text Example

White with #EDD7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD7B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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