Html Css Color HEX #EFD48C Buff

📋 copy color: '#EFD48C'

red 239 ◦ green 212 ◦ blue 140

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

Shades of Buff #EFD48C

Tints of Buff #EFD48C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.69%

R = 40.44%
G = 35.87%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFD48C (or 0xEFD48C) is known color: Buff. HEX triplet: EF, D4 and 8C. RGB value is (239,212,140). Sum of RGB (Red+Green+Blue) = 239+212+140=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 140 (55.08% from 255 or 23.69% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD48C is #102B73. Grayscale: #D4D4D4. Windows color (decimal): -1059700 or 9229551. OLE color: 9229551.

HSL color Cylindrical-coordinate representation of color #EFD48C: hue angle of 43.64º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFD48C is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 212 140 -
CMYK 0 0.11 0.41 0.06
HSL 43.64º 0.76% 0.74% -
HSV(B) 43.64º 0.41% 0.94% -
XYZ 63.87 67.33 34.44 -
YUV 211.87 87.45 147.35 -
System Red Green Blue C M Y K H S L
Decimal 239 212 140 0 0.11 0.41 0.06 43.64 0.76 0.74
Hex EF D4 8C 0 B 29 6 2C 4C 4A
Octal 357 324 214 0 13 51 6 54 114 112
Binary 11101111 11010100 10001100 0 1011 101001 110 101100 1001100 1001010

Color Harmonies of #EFD48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD48C

Black with #EFD48C

Text Example


Text Example

White with #EFD48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD48C; }

 p { color: rgb(239,212,140); }

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

background-color css

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

 a { background-color: rgb(239,212,140); }

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

border-color css

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

 span { border-color: rgb(239,212,140); }

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