Html Css Color HEX #EDCDA0 Dairy Cream

📋 copy color: '#EDCDA0'

red 237 ◦ green 205 ◦ blue 160

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

Shades of Dairy Cream #EDCDA0

Tints of Dairy Cream #EDCDA0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.05%

 BLUE value IS 160 (62.89% from 255) = 26.58%

R = 39.37%
G = 34.05%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EDCDA0 (or 0xEDCDA0) is known color: Dairy Cream. HEX triplet: ED, CD and A0. RGB value is (237,205,160). Sum of RGB (Red+Green+Blue) = 237+205+160=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCDA0 is #12325F. Grayscale: #D1D1D1. Windows color (decimal): -1192544 or 10538477. OLE color: 10538477.

HSL color Cylindrical-coordinate representation of color #EDCDA0: hue angle of 35.06º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDCDA0 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 205 160 -
CMYK 0 0.14 0.32 0.07
HSL 35.06º 0.68% 0.78% -
HSV(B) 35.06º 0.32% 0.93% -
XYZ 63.1 64.21 42.32 -
YUV 209.44 100.1 147.66 -
System Red Green Blue C M Y K H S L
Decimal 237 205 160 0 0.14 0.32 0.07 35.06 0.68 0.78
Hex ED CD A0 0 E 20 7 23 44 4E
Octal 355 315 240 0 16 40 7 43 104 116
Binary 11101101 11001101 10100000 0 1110 100000 111 100011 1000100 1001110

Color Harmonies of #EDCDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDA0

Black with #EDCDA0

Text Example


Text Example

White with #EDCDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDA0; }

 p { color: rgb(237,205,160); }

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

background-color css

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

 a { background-color: rgb(237,205,160); }

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

border-color css

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

 span { border-color: rgb(237,205,160); }

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