Html Css Color HEX #EDD6AF Givry

📋 copy color: '#EDD6AF'

red 237 ◦ green 214 ◦ blue 175

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

Shades of Givry #EDD6AF

Tints of Givry #EDD6AF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.19%

 BLUE value IS 175 (68.75% from 255) = 27.96%

R = 37.86%
G = 34.19%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDD6AF (or 0xEDD6AF) is known color: Givry. HEX triplet: ED, D6 and AF. RGB value is (237,214,175). Sum of RGB (Red+Green+Blue) = 237+214+175=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD6AF is #122950. Grayscale: #D8D8D8. Windows color (decimal): -1190225 or 11523821. OLE color: 11523821.

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

Color convert

RGB 237 214 175 -
CMYK 0 0.10 0.26 0.07
HSL 37.74º 0.63% 0.81% -
HSV(B) 37.74º 0.26% 0.93% -
XYZ 66.71 69.19 50.4 -
YUV 216.43 104.62 142.67 -
System Red Green Blue C M Y K H S L
Decimal 237 214 175 0 0.10 0.26 0.07 37.74 0.63 0.81
Hex ED D6 AF 0 A 1A 7 26 3F 51
Octal 355 326 257 0 12 32 7 46 77 121
Binary 11101101 11010110 10101111 0 1010 11010 111 100110 111111 1010001

Color Harmonies of #EDD6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6AF

Black with #EDD6AF

Text Example


Text Example

White with #EDD6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6AF; }

 p { color: rgb(237,214,175); }

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

background-color css

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

 a { background-color: rgb(237,214,175); }

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

border-color css

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

 span { border-color: rgb(237,214,175); }

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