Html Css Color HEX #EFCFA2 Dairy Cream

📋 copy color: '#EFCFA2'

red 239 ◦ green 207 ◦ blue 162

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

Shades of Dairy Cream #EFCFA2

Tints of Dairy Cream #EFCFA2

RGB

 RED value IS 239 (93.75% from 255) = 39.31%

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

 BLUE value IS 162 (63.67% from 255) = 26.64%

R = 39.31%
G = 34.05%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EFCFA2 (or 0xEFCFA2) is known color: Dairy Cream. HEX triplet: EF, CF and A2. RGB value is (239,207,162). Sum of RGB (Red+Green+Blue) = 239+207+162=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 162 (63.67% from 255 or 26.64% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCFA2 is #10305D. Grayscale: #D3D3D3. Windows color (decimal): -1060958 or 10670063. OLE color: 10670063.

HSL color Cylindrical-coordinate representation of color #EFCFA2: hue angle of 35.06º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFCFA2 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 207 162 -
CMYK 0 0.13 0.32 0.06
HSL 35.06º 0.71% 0.79% -
HSV(B) 35.06º 0.32% 0.94% -
XYZ 64.43 65.59 43.45 -
YUV 211.44 100.1 147.66 -
System Red Green Blue C M Y K H S L
Decimal 239 207 162 0 0.13 0.32 0.06 35.06 0.71 0.79
Hex EF CF A2 0 D 20 6 23 47 4F
Octal 357 317 242 0 15 40 6 43 107 117
Binary 11101111 11001111 10100010 0 1101 100000 110 100011 1000111 1001111

Color Harmonies of #EFCFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFA2

Black with #EFCFA2

Text Example


Text Example

White with #EFCFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFA2; }

 p { color: rgb(239,207,162); }

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

background-color css

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

 a { background-color: rgb(239,207,162); }

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

border-color css

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

 span { border-color: rgb(239,207,162); }

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