Html Css Color HEX #EDCFA1 Dairy Cream

📋 copy color: '#EDCFA1'

red 237 ◦ green 207 ◦ blue 161

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

Shades of Dairy Cream #EDCFA1

Tints of Dairy Cream #EDCFA1

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.21%

 BLUE value IS 161 (63.28% from 255) = 26.61%

R = 39.17%
G = 34.21%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EDCFA1 (or 0xEDCFA1) is known color: Dairy Cream. HEX triplet: ED, CF and A1. RGB value is (237,207,161). Sum of RGB (Red+Green+Blue) = 237+207+161=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 161 (63.28% from 255 or 26.61% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCFA1 is #12305E. Grayscale: #D2D2D2. Windows color (decimal): -1192031 or 10604525. OLE color: 10604525.

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

Color convert

RGB 237 207 161 -
CMYK 0 0.13 0.32 0.07
HSL 36.32º 0.68% 0.78% -
HSV(B) 36.32º 0.32% 0.93% -
XYZ 63.67 65.2 42.95 -
YUV 210.73 99.94 146.74 -
System Red Green Blue C M Y K H S L
Decimal 237 207 161 0 0.13 0.32 0.07 36.32 0.68 0.78
Hex ED CF A1 0 D 20 7 24 44 4E
Octal 355 317 241 0 15 40 7 44 104 116
Binary 11101101 11001111 10100001 0 1101 100000 111 100100 1000100 1001110

Color Harmonies of #EDCFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCFA1

Black with #EDCFA1

Text Example


Text Example

White with #EDCFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCFA1; }

 p { color: rgb(237,207,161); }

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

background-color css

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

 a { background-color: rgb(237,207,161); }

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

border-color css

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

 span { border-color: rgb(237,207,161); }

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