Html Css Color HEX #EDD4B2 Givry

📋 copy color: '#EDD4B2'

red 237 ◦ green 212 ◦ blue 178

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

Shades of Givry #EDD4B2

Tints of Givry #EDD4B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.39%

R = 37.8%
G = 33.81%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDD4B2 (or 0xEDD4B2) is known color: Givry. HEX triplet: ED, D4 and B2. RGB value is (237,212,178). Sum of RGB (Red+Green+Blue) = 237+212+178=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 178 (69.92% from 255 or 28.39% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD4B2 is #122B4D. Grayscale: #D7D7D7. Windows color (decimal): -1190734 or 11719917. OLE color: 11719917.

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

Color convert

RGB 237 212 178 -
CMYK 0 0.11 0.25 0.07
HSL 34.58º 0.62% 0.81% -
HSV(B) 34.58º 0.25% 0.93% -
XYZ 66.5 68.31 51.8 -
YUV 215.6 106.78 143.26 -
System Red Green Blue C M Y K H S L
Decimal 237 212 178 0 0.11 0.25 0.07 34.58 0.62 0.81
Hex ED D4 B2 0 B 19 7 23 3E 51
Octal 355 324 262 0 13 31 7 43 76 121
Binary 11101101 11010100 10110010 0 1011 11001 111 100011 111110 1010001

Color Harmonies of #EDD4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD4B2

Black with #EDD4B2

Text Example


Text Example

White with #EDD4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD4B2; }

 p { color: rgb(237,212,178); }

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

background-color css

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

 a { background-color: rgb(237,212,178); }

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

border-color css

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

 span { border-color: rgb(237,212,178); }

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